]> git.itanic.dy.fi Git - linux-stable/commit
Revert "ext4: Fix warnings when freezing filesystem with journaled data"
authorJan Kara <jack@suse.cz>
Wed, 29 Mar 2023 15:49:44 +0000 (17:49 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Apr 2023 00:02:37 +0000 (20:02 -0400)
commitd0ab8368c175f7b5ef0851283a2ba362a9ab327a
treecd67b2d62450dcc62fbc70a18fae5afda77b2c4c
parentab382539adcb43f52d984abf58d8e3459cd707a2
Revert "ext4: Fix warnings when freezing filesystem with journaled data"

After making ext4_writepages() properly clean all pages there is no need
for special treatment of filesystem freezing. Revert commit
e6c28a26b799c7640b77daff3e4a67808c74381c.

Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230329154950.19720-13-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c
fs/ext4/super.c