Home
last modified time | relevance | path

Searched hist:c4d13222 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dioctl.cc4d13222 Tue Jun 06 02:32:03 CDT 2023 Chao Yu <chao@kernel.org> ext4: fix to check return value of freeze_bdev() in ext4_shutdown()

freeze_bdev() can fail due to a lot of reasons, it needs to check its
reason before later process.

Fixes: 783d94854499 ("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>