From: Ryusuke Konishi Date: Fri, 23 Apr 2010 08:35:23 +0000 (+0900) Subject: nilfs2: make nilfs_sc_*_ops static X-Git-Tag: v2.6.35-rc1~462^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e819509cba664e7cbfba5c4d1517df4dfda86f5;p=pandora-kernel.git nilfs2: make nilfs_sc_*_ops static This kills the following sparse warnings: fs/nilfs2/segment.c:567:28: warning: symbol 'nilfs_sc_file_ops' was not declared. Should it be static? fs/nilfs2/segment.c:617:28: warning: symbol 'nilfs_sc_dat_ops' was not declared. Should it be static? fs/nilfs2/segment.c:625:28: warning: symbol 'nilfs_sc_dsync_ops' was not declared. Should it be static? Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed