Re: [PATCH] libceph: fix old style declaration warnings

2017-07-10 Thread Ilya Dryomov
On Mon, Jul 10, 2017 at 1:17 PM, Arnd Bergmann wrote: > The new macros don't follow the usual style for declarations, > which we get a warning for with 'make W=1': > > In file included from fs/ceph/mds_client.c:16:0: > include/linux/ceph/ceph_features.h:74:1: error: 'static' is not at beginning >

[PATCH] libceph: fix old style declaration warnings

2017-07-10 Thread Arnd Bergmann
The new macros don't follow the usual style for declarations, which we get a warning for with 'make W=1': In file included from fs/ceph/mds_client.c:16:0: include/linux/ceph/ceph_features.h:74:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration] This moves the 's