linux-next: build warning after merge of the ceph tree

2013-09-05 Thread Stephen Rothwell
Hi Sage, After merging the ceph tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from fs/ceph/super.h:4:0, from fs/ceph/cache.c:26: include/linux/ceph/ceph_debug.h:4:0: warning: "pr_fmt" redefined [enabled by default] #define

linux-next: build warning after merge of the ceph tree

2013-09-05 Thread Stephen Rothwell
Hi Sage, After merging the ceph tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from fs/ceph/super.h:4:0, from fs/ceph/cache.c:26: include/linux/ceph/ceph_debug.h:4:0: warning: pr_fmt redefined [enabled by default] #define

Re: linux-next: build warning after merge of the ceph tree

2013-06-17 Thread Sage Weil
, 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

linux-next: build warning after merge of the ceph tree

2013-06-17 Thread Stephen Rothwell
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

linux-next: build warning after merge of the ceph tree

2013-06-17 Thread Stephen Rothwell
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

Re: linux-next: build warning after merge of the ceph tree

2013-06-17 Thread Sage Weil
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