summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
diff options
context:
space:
mode:
authorDaeho Jeong <daehojeong@google.com>2022-08-02 22:24:37 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2022-08-05 14:18:31 +0300
commitbff139b49d9f70c1ac5384aac94554846aa834de (patch)
tree3d1ac6c71e5017d770cad62e901845216a45fe02 /fs/f2fs/segment.c
parent90be48bd9d29ece3965e5e8b21499b6db166e57b (diff)
downloadlinux-bff139b49d9f70c1ac5384aac94554846aa834de.tar.xz
f2fs: handle decompress only post processing in softirq
Now decompression is being handled in workqueue and it makes read I/O latency non-deterministic, because of the non-deterministic scheduling nature of workqueues. So, I made it handled in softirq context only if possible, not in low memory devices, since this modification will maintain decompresion related memory a little longer. Signed-off-by: Daeho Jeong <daehojeong@google.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/segment.c')
0 files changed, 0 insertions, 0 deletions