summary refs log tree commit diff
path: root/arch/riscv/mm/cacheflush.c
diff options
context:
space:
mode:
authorGabriel Krisman Bertazi <krisman@collabora.com>2021-10-26 14:33:02 -0300
committerTheodore Ts'o <tytso@mit.edu>2021-11-04 10:47:39 -0400
commit124e7c61deb27d758df5ec0521c36cf08d417f7a (patch)
tree80bb18d72cf8009781ebca64f5b74f78041a9397 /arch/riscv/mm/cacheflush.c
parent1ebf21784b19d5bc269f39a5d1eedb7f29a7d152 (diff)
downloadlinux-124e7c61deb27d758df5ec0521c36cf08d417f7a.tar.gz
ext4: fix error code saved on super block during file system abort
ext4_abort will eventually call ext4_errno_to_code, which translates the
errno to an EXT4_ERR specific error.  This means that ext4_abort expects
an errno.  By using EXT4_ERR_ here, it gets misinterpreted (as an errno),
and ends up saving EXT4_ERR_EBUSY on the superblock during an abort,
which makes no sense.

ESHUTDOWN will get properly translated to EXT4_ERR_SHUTDOWN, so use that
instead.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Link: https://lore.kernel.org/r/20211026173302.84000-1-krisman@collabora.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'arch/riscv/mm/cacheflush.c')
0 files changed, 0 insertions, 0 deletions