aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c
diff options
context:
space:
mode:
authorP J P <ppandit@redhat.com>2013-04-03 11:38:00 +0900
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-04-03 17:27:52 +0900
commitcfb185a1488810fbae9256c7d52f66c558c6ea04 (patch)
tree5d6f89c0d25fcbf4cfdf37edc1e59f7e43df8636 /fs/f2fs/checkpoint.c
parentf2fs: fix the bitmap consistency of dirty segments (diff)
downloadlinux-dev-cfb185a1488810fbae9256c7d52f66c558c6ea04.tar.xz
linux-dev-cfb185a1488810fbae9256c7d52f66c558c6ea04.zip
f2fs: add NULL pointer check
Commit - fa9150a84c - replaces a call to generic_writepages() in f2fs_write_data_pages() with write_cache_pages(), with a function pointer argument pointing to routine: __f2fs_writepage. -> https://git.kernel.org/linus/fa9150a84ca333f68127097c4fa1eda4b3913a22 This patch adds a NULL pointer check in f2fs_write_data_pages() to avoid a possible NULL pointer dereference, in case if - mapping->a_ops->writepage - is NULL. Signed-off-by: P J P <ppandit@redhat.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/checkpoint.c')
0 files changed, 0 insertions, 0 deletions