On 2022/8/3 3:24, Daeho Jeong wrote:
From: Daeho Jeong <daehoje...@google.com>

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.
---
v1: fixed build errors reported by kernel test robot <l...@intel.com>
v2: enhanced readability and removed a redundant code

Signed-off-by: Daeho Jeong <daehoje...@google.com>

Reviewed-by: Chao Yu <c...@kernel.org>

Thanks,


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to