Re: [PATCH] ceph: Move static keyword to the front of declarations

2019-09-02 Thread Ilya Dryomov
On Sat, Aug 31, 2019 at 11:57 PM Krzysztof Wilczynski wrote: > > Move the static keyword to the front of declarations of > snap_handle_length, handle_length and connected_handle_length, > and resolve the following compiler warnings that can be seen > when building with warnings enabled (W=1): > >

[PATCH] ceph: Move static keyword to the front of declarations

2019-08-31 Thread Krzysztof Wilczynski
Move the static keyword to the front of declarations of snap_handle_length, handle_length and connected_handle_length, and resolve the following compiler warnings that can be seen when building with warnings enabled (W=1): fs/ceph/export.c:38:2: warning: ‘static’ is not at beginning of declarati