commit | bb0445765866e5b1607af81e2f48ca5a8efbeed8 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Sep 18 17:12:02 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 18 17:12:02 2014 -0400 |
tree | d21e6f656c82801e012b3c298691e72d9f8db370 | |
parent | bda3253043c54a705c8352096194ab6216e2e5c1 [diff] |
ext4: support freezing ext2 (nojournal) file systems Through an oversight, when we added nojournal support to ext4, we didn't add support to allow file system freezing. This is relatively easy to add, so let's do it. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reported-by: Dexuan Cui <decui@microsoft.com>