Hi Sage,
After merging the ceph tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/block/rbd.c: In function 'rbd_release':
drivers/block/rbd.c:510:2: warning: 'return' with a value, in function returning void [enabled by default]
return 0;
^
Caused by commit f28d6bf9ef4d ("Merge remote-tracking branch
'linus/master' into testing").
--
Cheers,
Stephen Rothwell [email protected]
<facepalm>, fixed. Thanks!
sage
On Mon, 17 Jun 2013, Stephen Rothwell wrote:
> Hi Sage,
>
> After merging the ceph tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> drivers/block/rbd.c: In function 'rbd_release':
> drivers/block/rbd.c:510:2: warning: 'return' with a value, in function returning void [enabled by default]
> return 0;
> ^
>
> Caused by commit f28d6bf9ef4d ("Merge remote-tracking branch
> 'linus/master' into testing").
>
> --
> Cheers,
> Stephen Rothwell [email protected]
>