nilfs2: eliminate sparse warnings - "symbol not declared"
authorJiro SEKIBA <jir@unicus.jp>
Fri, 8 Oct 2010 13:37:27 +0000 (22:37 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 23 Oct 2010 00:24:40 +0000 (09:24 +0900)
commitabc0b50b6b9a9de8ae210f059598265a5438f2c4
treeebfde65b5472e4e7c2c5073d58e5778cb742648a
parent026a7d63d55ba8656ed8c8a0733265cc7d47bb8c
nilfs2: eliminate sparse warnings - "symbol not declared"

change nilfs_dat_commit_free and nilfs_inode_cachep static
to fix following warnings

fs/nilfs2/super.c:72:19: warning: symbol 'nilfs_inode_cachep' was not declared. Should it be static?
fs/nilfs2/dat.c:106:6: warning: symbol 'nilfs_dat_commit_free' was not declared. Should it be static?

Signed-off-by: Jiro SEKIBA <jir@unicus.jp>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/dat.c
fs/nilfs2/super.c