Re: [PATCH] bcache: Fix incompatible pointer type warning
From: Kent Overstreet <hidden>
Date: 2013-05-09 20:57:31
Also in:
kernel-janitors, linux-bcache, lkml
From: Kent Overstreet <hidden>
Date: 2013-05-09 20:57:31
Also in:
kernel-janitors, linux-bcache, lkml
On Thu, May 09, 2013 at 10:39:26PM +0200, Emil Goode wrote:
The function pointer release in struct block_device_operations should point to functions declared as void.
Looks like .release just changed to returning void in the merge window - thanks, applied