]> git.baikalelectronics.ru Git - kernel.git/commit
nilfs2: make nilfs_sc_*_ops static
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 23 Apr 2010 08:35:23 +0000 (17:35 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 10 May 2010 02:32:31 +0000 (11:32 +0900)
commit379b7229145752e7ca5b6c793874dbea3011b29b
treeade615c9d48d18e31a6906ac0955339e917a2a48
parent7e388df8cf5ddc25321bdc057afc324490d7f7b6
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 <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/segment.c