ceph: move static keyword to the front of declarations
authorKrzysztof Wilczynski <kw@linux.com>
Sat, 31 Aug 2019 21:57:12 +0000 (23:57 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 16 Sep 2019 10:06:25 +0000 (12:06 +0200)
commit536cc331a4a714289334f0a0ce84318bb7e680d4
treed21925f959331b046c58f14917e0f3f8c73bbca4
parent21ed05a8bae76b5163996e0bbcaa35cd9eff41d7
ceph: move static keyword to the front of declarations

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 declaration [-Wold-style-declaration]

fs/ceph/export.c:88:2: warning:
  ‘static’ is not at beginning of declaration [-Wold-style-declaration]

fs/ceph/export.c:90:2: warning:
  ‘static’ is not at beginning of declaration [-Wold-style-declaration]

Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/export.c