]> bbs.cooldavid.org Git - net-next-2.6.git/commit
nilfs2: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Wed, 23 Dec 2009 12:57:47 +0000 (13:57 +0100)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 25 Dec 2009 04:01:50 +0000 (13:01 +0900)
commit33e189bd5754dead3ece130da8e62f470f526f36
tree61898f01f76d014e5572950f696794ce92c961ee
parent5ee581483246e832ca5a9fc1ac669bba0b6ec468
nilfs2: 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: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/ioctl.c