diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2020-06-23 08:01:05 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2020-07-08 06:51:48 +0200 |
commit | 6b12367da22f1c9d4d0073f8d802f616c735f95b (patch) | |
tree | 6a060b33ae2a0f02b145ab925714d2ecfd81008a /Documentation/ABI | |
parent | f2fs: fix return value of move_data_block() (diff) | |
download | linux-6b12367da22f1c9d4d0073f8d802f616c735f95b.tar.xz linux-6b12367da22f1c9d4d0073f8d802f616c735f95b.zip |
f2fs: avoid readahead race condition
If two readahead threads having same offset enter in readpages, every read
IOs are split and issued to the disk which giving lower bandwidth.
This patch tries to avoid redundant readahead calls.
Fixes one build error reported by Randy.
Fix build error when F2FS_FS_COMPRESSION is not set/enabled.
This label is needed in either case.
../fs/f2fs/data.c: In function ‘f2fs_mpage_readpages’:
../fs/f2fs/data.c:2327:5: error: label ‘next_page’ used but not defined
goto next_page;
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/ABI')
0 files changed, 0 insertions, 0 deletions