Searched hist:"6233 caa9d5b153c2190d6c1c35c1dd1010104fc1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | super.c | diff 6233caa9d5b153c2190d6c1c35c1dd1010104fc1 Wed Jul 22 11:26:33 CDT 2009 Jiro SEKIBA <jir@unicus.jp> nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
This fixes disorder of nilfs_write_super in nilfs_sync_fs. Commiting super block must be the end of the function so that every changes are reflected.
->sync_fs() is not called frequently so this makes nilfs_sync_fs call nilfs_commit_super instead of nilfs_write_super.
Signed-off-by: Jiro SEKIBA <jir@unicus.jp> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|