ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()
authorTheodore Ts'o <tytso@mit.edu>
Sat, 28 Feb 2009 05:08:53 +0000 (00:08 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 28 Feb 2009 05:08:53 +0000 (00:08 -0500)
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" <tytso@mit.edu>

No differences found