summaryrefslogtreecommitdiff
path: root/fs/f2fs/inline.c
diff options
context:
space:
mode:
authorKinglong Mee <kinglongmee@gmail.com>2017-03-13 11:35:13 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2017-03-22 05:34:31 +0300
commita83d50bc16c4f5d0a359790015b5b32f3f0e52db (patch)
tree47ea751a5e2adbe77678f677bd159dd7df53dd23 /fs/f2fs/inline.c
parentbd4667cb4b77f02a16dd14443ba66884d755c7e6 (diff)
downloadlinux-a83d50bc16c4f5d0a359790015b5b32f3f0e52db.tar.xz
f2fs: fix bad prefetchw of NULL page
For f2fs_read_data_pages, the f2fs_mpage_readpages gets "page == NULL", so that, the prefetchw(&page->flags) is operated on NULL. Fixes: f1e8866016 ("f2fs: expose f2fs_mpage_readpages") Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/inline.c')
0 files changed, 0 insertions, 0 deletions