• Krzysztof Wilczynski's avatar
    ceph: move static keyword to the front of declarations · 536cc331
    Krzysztof Wilczynski authored
    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: default avatarKrzysztof Wilczynski <kw@linux.com>
    Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
    536cc331
export.c 12.9 KB