From: Jiro SEKIBA Date: Wed, 22 Jul 2009 16:26:33 +0000 (+0900) Subject: nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs X-Git-Tag: v2.6.32-rc1~700^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6233caa9d5b153c2190d6c1c35c1dd1010104fc1;p=pandora-kernel.git 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 Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed