+1
−0
+4
−3
+5
−3
+2
−2
+2
−2
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBEQJ3 -------------------------------- This reverts commit 95257987. When an error is triggered in 'errors=remount-ro' mode, the file system becomes read-only, meaning it should be readable but not writable. The reverted patch set EXT4_FLAGS_SHUTDOWN, which caused read operations to also return -EIO. Therefore, this patch was reverted to avoid this mechanism change. Fixes: 95257987 ("ext4: drop EXT4_MF_FS_ABORTED flag") Signed-off-by:Baokun Li <libaokun1@huawei.com>