]> git.baikalelectronics.ru Git - kernel.git/commit
nilfs2: remove redundant super block commit
authorJiro SEKIBA <jir@unicus.jp>
Fri, 10 Jul 2009 10:57:28 +0000 (19:57 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 14 Sep 2009 09:27:13 +0000 (18:27 +0900)
commita3c9b2b690fbd016810b2d6d173e4c8b1ca57aa7
tree238dab276eab98a6aa0f560812e62adde759143a
parentc29fb4f6cb23c65b3604e2e70456c079510ad5fd
nilfs2: remove redundant super block commit

This removes redundant super block commit.

nilfs_write_super will call nilfs_commit_super to store super block
into block device.  However, nilfs_put_super will call
nilfs_commit_super right after calling nilfs_write_super.  So calling
nilfs_write_super in nilfs_put_super would be redundant.

Signed-off-by: Jiro SEKIBA <jir@unicus.jp>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/super.c