f2fs: show simple call stack in fault injection message
authorChao Yu <yuchao0@huawei.com>
Sat, 25 Feb 2017 03:08:28 +0000 (11:08 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 27 Feb 2017 17:59:55 +0000 (09:59 -0800)
commit55523519bc7227e651fd4febeb3aafdd22b8af1c
tree967a79ab5559dc46d191812ef50aa5a8d144ec78
parentdd7b2333e6cd31584682382fcf0a1c1e5140b936
f2fs: show simple call stack in fault injection message

Previously kernel message can show that in which function we do the
injection, but unfortunately, most of the caller are the same, for
tracking more information of injection path, it needs to show upper
caller's name. This patch supports that ability.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/inode.c
fs/f2fs/node.c
fs/f2fs/segment.c