ceph: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Thu, 20 May 2010 08:40:19 +0000 (10:40 +0200)
committerSage Weil <sage@newdream.net>
Fri, 21 May 2010 22:01:21 +0000 (15:01 -0700)
commit9e32789f63fc5ad91c8b10f68ec23a86856d5af5
treed70a343f5c2e0689d4e44ba93a586fe3d21bbdc6
parent34d23762d988b7dcb08390ac72a353df3d60193c
ceph: Storage class should be before const qualifier

The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/mds_client.c
fs/ceph/mon_client.c
fs/ceph/osd_client.c