diff options
author | Yuezhang Mo <Yuezhang.Mo@sony.com> | 2025-03-06 10:02:07 +0300 |
---|---|---|
committer | Namjae Jeon <linkinjeon@kernel.org> | 2025-03-27 15:18:03 +0300 |
commit | 47e35366bc6fa3cf189a8305bce63992495f3efa (patch) | |
tree | 4c84dc4f89ed937ff09ce33bf420dd2235d6f6d7 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | b0522303f67255926b946aa66885a0104d1b2980 (diff) | |
download | linux-47e35366bc6fa3cf189a8305bce63992495f3efa.tar.xz |
exfat: fix missing shutdown check
xfstests generic/730 test failed because after deleting the device
that still had dirty data, the file could still be read without
returning an error. The reason is the missing shutdown check in
->read_iter.
I also noticed that shutdown checks were missing from ->write_iter,
->splice_read, and ->mmap. This commit adds shutdown checks to all
of them.
Fixes: f761fcdd289d ("exfat: Implement sops->shutdown and ioctl")
Signed-off-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions