]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: inject fault to kzalloc
authorChao Yu <yuchao0@huawei.com>
Thu, 30 Nov 2017 11:28:17 +0000 (19:28 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 3 Jan 2018 03:27:29 +0000 (19:27 -0800)
commit9aae21261dd11dbf2a170bc100e24a1cfbefea8e
treea77c055e6a007f298a12dcbe59b6b294adc89929
parentf14cc14889f15de8d4bf703de0549f0d1f409325
f2fs: inject fault to kzalloc

This patch introduces f2fs_kzalloc based on f2fs_kmalloc in order to
support error injection for kzalloc().

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/debug.c
fs/f2fs/f2fs.h
fs/f2fs/namei.c
fs/f2fs/node.c
fs/f2fs/segment.c
fs/f2fs/xattr.c