commit | 55523519bc7227e651fd4febeb3aafdd22b8af1c | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Sat Feb 25 11:08:28 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Feb 27 09:59:55 2017 -0800 |
tree | 967a79ab5559dc46d191812ef50aa5a8d144ec78 | |
parent | dd7b2333e6cd31584682382fcf0a1c1e5140b936 [diff] |
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>