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)
commit03382f1aa99f438f8e9dc7562c7368f55ba8f56c
tree5c1eb0027784993d6e18850826dffe2951461b62
parentdeaf160f8aa767f1b2cd53f1834c1a4126815631
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