From: Jiro SEKIBA Date: Fri, 10 Jul 2009 10:57:28 +0000 (+0900) Subject: nilfs2: remove redundant super block commit X-Git-Tag: v2.6.32-rc1~700^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5d66abdb0caf8b753a138568f20770a3d64c8c;p=pandora-kernel.git 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 Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed