1
0
Fork 0
alistair23-linux/include/linux/ceph
Arnd Bergmann e67ae2b7b2 libceph: fix old style declaration warnings
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 'static' keyword to the front of the
declaration.

Fixes: f179d3ba8c ("libceph: new features macros")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2017-07-17 14:54:58 +02:00
..
auth.h
buffer.h
ceph_debug.h libceph: use kbasename() and kill ceph_file_part() 2017-05-23 20:32:10 +02:00
ceph_features.h libceph: fix old style declaration warnings 2017-07-17 14:54:58 +02:00
ceph_frag.h
ceph_fs.h libceph: respect RADOS_BACKOFF backoffs 2017-07-07 17:25:17 +02:00
ceph_hash.h
cls_lock_client.h rbd: support updating the lock cookie without releasing the lock 2017-05-04 09:19:23 +02:00
debugfs.h
decode.h libceph: ceph_decode_skip_* helpers 2017-07-07 17:25:18 +02:00
libceph.h libceph: make DEFINE_RB_* helpers more general 2017-07-07 17:25:17 +02:00
mdsmap.h ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds 2017-05-04 09:19:20 +02:00
messenger.h libceph: ceph_connection_operations::reencode_message() method 2017-07-07 17:25:15 +02:00
mon_client.h
msgpool.h
msgr.h
osd_client.h libceph: respect RADOS_BACKOFF backoffs 2017-07-07 17:25:17 +02:00
osdmap.h libceph: osd_state is 32 bits wide in luminous 2017-07-07 17:25:19 +02:00
pagelist.h libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t 2017-05-04 09:19:19 +02:00
rados.h libceph: respect RADOS_BACKOFF backoffs 2017-07-07 17:25:17 +02:00
string_table.h
types.h