]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ac412ac33fe62241548dc503c50556aaf6a184a
treeebfde65b5472e4e7c2c5073d58e5778cb742648a
parentd08ddbcaa0d2a1df6d5cec056f8670a5c43e799e
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