commit | abc0b50b6b9a9de8ae210f059598265a5438f2c4 | [log] [tgz] |
---|---|---|
author | Jiro SEKIBA <jir@unicus.jp> | Fri Oct 08 22:37:27 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Oct 23 09:24:40 2010 +0900 |
tree | ebfde65b5472e4e7c2c5073d58e5778cb742648a | |
parent | 026a7d63d55ba8656ed8c8a0733265cc7d47bb8c [diff] |
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>