From: Jiro SEKIBA Date: Fri, 8 Oct 2010 13:37:27 +0000 (+0900) Subject: nilfs2: eliminate sparse warnings - "symbol not declared" X-Git-Tag: v2.6.37-rc1~150^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abc0b50b6b9a9de8ae210f059598265a5438f2c4;p=pandora-kernel.git 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 Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed