From: Jan Blunck Date: Wed, 14 Apr 2010 12:38:35 +0000 (+0200) Subject: ext2: Remove duplicate code from ext2_sync_fs() X-Git-Tag: v2.6.35-rc1~455^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20da9baf4cf9c627aaf7b00d64ce0b2221bab9bf;p=pandora-kernel.git ext2: Remove duplicate code from ext2_sync_fs() Depending in the state (valid or unchecked) of the filesystem either ext2_sync_super() or ext2_commit_super() is called. If the filesystem is currently valid (it is checked), we first mark it unchecked and afterwards duplicate the work that ext2_sync_super() is doing later. Therefore this patch removes the duplicate code and calls ext2_sync_super() directly after marking the filesystem unchecked. Signed-off-by: Jan Blunck Signed-off-by: Jan Kara --- Reading git-diff-tree failed