f2fs: make trace enter and end in pairs for unlink
authorLihong Kou <koulihong@huawei.com>
Sat, 20 Jun 2020 02:12:17 +0000 (10:12 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 8 Jul 2020 04:51:47 +0000 (21:51 -0700)
commit9a99c17dab8ad89ccf77ced5c7f34d840fda7595
tree33b74984b84c82b56eb0a0601462b7665ee5c145
parenteb1353cfa9c1e9415b03dc117f8399969fa02102
f2fs: make trace enter and end in pairs for unlink

In the f2fs_unlink we do not add trace end for some
error paths, just add.

Signed-off-by: Lihong Kou <koulihong@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/namei.c