ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
stable inclusion from stable-v5.10.190 commit ed3d841f2fc2c39048b6aeb5c58e59e227b304e9 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I928UI Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ed3d841f2fc2c39048b6aeb5c58e59e227b304e9 -------------------------------- [ Upstream commit c4d13222 ] freeze_bdev() can fail due to a lot of reasons, it needs to check its reason before later process. Fixes: 783d9485 ("ext4: add EXT4_IOC_GOINGDOWN ioctl") Cc: stable@kernel.org Signed-off-by:Chao Yu <chao@kernel.org> Link: https://lore.kernel.org/r/20230606073203.1310389-1-chao@kernel.org Signed-off-by:
Theodore Ts'o <tytso@mit.edu> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment