commit | 03382f1aa99f438f8e9dc7562c7368f55ba8f56c | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Tue Apr 21 19:36:21 2020 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon May 11 20:37:13 2020 -0700 |
tree | 5c1eb0027784993d6e18850826dffe2951461b62 | |
parent | deaf160f8aa767f1b2cd53f1834c1a4126815631 [diff] |
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>