diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-08-25 00:48:41 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2020-09-11 21:11:24 +0300 |
commit | 4cb03fecd3ff9adfaeb68267aac760eaaac0d7e1 (patch) | |
tree | 3e431b11c80d676f7ae1d735032f0082f789d258 /mm | |
parent | 093749e296e29a4b0162eb925a6701a01e8c9a98 (diff) | |
download | linux-4cb03fecd3ff9adfaeb68267aac760eaaac0d7e1.tar.xz |
f2fs: Simplify SEEK_DATA implementation
Instead of finding the first dirty page and then seeing if it matches
the index of a block that is NEW_ADDR, delay the lookup of the dirty
bit until we've actually found a block that's NEW_ADDR.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions