summaryrefslogtreecommitdiff
path: root/fs/coredump.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2023-09-13 18:04:55 +0300
committerTheodore Ts'o <tytso@mit.edu>2023-09-14 19:06:59 +0300
commit5229a658f6453362fbb9da6bf96872ef25a7097e (patch)
treec8fc8b4054e34de2aa95d42d44cd0c5d8cd94658 /fs/coredump.c
parent45e4ab320c9b5fa67b1fc3b6a9b381cfcc0c8488 (diff)
downloadlinux-5229a658f6453362fbb9da6bf96872ef25a7097e.tar.xz
ext4: do not let fstrim block system suspend
Len Brown has reported that system suspend sometimes fail due to inability to freeze a task working in ext4_trim_fs() for one minute. Trimming a large filesystem on a disk that slowly processes discard requests can indeed take a long time. Since discard is just an advisory call, it is perfectly fine to interrupt it at any time and the return number of discarded blocks until that moment. Do that when we detect the task is being frozen. Cc: stable@kernel.org Reported-by: Len Brown <lenb@kernel.org> Suggested-by: Dave Chinner <david@fromorbit.com> References: https://bugzilla.kernel.org/show_bug.cgi?id=216322 Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20230913150504.9054-2-jack@suse.cz Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/coredump.c')
0 files changed, 0 insertions, 0 deletions