Skip to content
Commit 8b1a8ff8 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent ebd3610b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment