commit | 3f01af786c84eccdc6b77cca76105a81765a4fe1 | [log] [tgz] |
---|---|---|
author | Hsiang Kao <hsiangkao@aol.com> | Sun Sep 24 02:45:42 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Nov 15 22:06:02 2017 -0800 |
tree | 9c2279cbd828e3be38edc54c0eb333e63089f1fc | |
parent | 2f0df25e6529201e5e464f576ba226023cc09672 [diff] |
f2fs: allow readpages with NULL file pointer Keep in line with the other Linux file system implementations since page_cache_sync_readahead supports NULL file pointer, and thus we can readahead data by f2fs itself without file opening (something like the btrfs behavior). Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>