]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: compress: don't handle non-compressed data in workqueue
authorChao Yu <yuchao0@huawei.com>
Tue, 21 Apr 2020 11:36:21 +0000 (19:36 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 12 May 2020 03:37:13 +0000 (20:37 -0700)
commitf318bfeb5e6df48980374baec3a82da559f3c978
tree5c1eb0027784993d6e18850826dffe2951461b62
parent2bb4a7c57b13aaf070317c768a30a3b8091c9749
f2fs: compress: don't handle non-compressed data in workqueue

If bio has no compressed data, we don't need to handle end_io work in
workqueue, instead, it should just let interrupter handle it directly
to speed up IO response.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c