From: Theodore Ts'o Date: Sat, 28 Feb 2009 05:08:53 +0000 (-0500) Subject: ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze() X-Git-Tag: v2.6.29-rc7~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b1a8ff8b321a9384304aeea4dbdb9747daf7ee8;p=pandora-kernel.git ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze() Commit c4be0c1d added error checking to ext4_freeze() when calling ext4_commit_super(). Unfortunately the patch failed to remove the original call to ext4_commit_super(), with the net result that when freezing the filesystem, the superblock gets written twice, the first time without error checking. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed