]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0377e441a19a9e91a4b2c0a9b870123f36015a43
tree967a79ab5559dc46d191812ef50aa5a8d144ec78
parent80a61791539f0946f0885175f7d245b4a74c4229
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