]> git.itanic.dy.fi Git - linux-stable/commit
ext4: remove pointless sb_rdonly() checks from freezing code
authorJan Kara <jack@suse.cz>
Fri, 16 Jun 2023 16:50:47 +0000 (18:50 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 29 Jul 2023 22:11:13 +0000 (18:11 -0400)
commit98175720c9ed3bac857b0364321517cc2d695a3f
tree2b92636f40e6185f38f25e5dfc2ee856f9ca7579
parent1d40165047456923fa4343d519353d9440cd68df
ext4: remove pointless sb_rdonly() checks from freezing code

ext4_freeze() and ext4_unfreeze() checks for sb_rdonly(). However this
check is pointless as VFS already checks for read-only filesystem before
calling filesystem specific methods. Remove the pointless checks.

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