ext4: lost matching-pair of trace in ext4_unlink
authorYi Zhuang <zhuangyi1@huawei.com>
Mon, 29 Jun 2020 12:26:21 +0000 (20:26 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Aug 2020 04:56:08 +0000 (00:56 -0400)
commite5f78159d62f79eb7923561275290b7c95e7f03f
tree26888620069379dac8a24992646182da1e48c97e
parent9a5d265fed014115f35e598022c956e5d2fb863e
ext4: lost matching-pair of trace in ext4_unlink

If dquot_initialize() return non-zero and trace of ext4_unlink_enter/exit
enabled then the matching-pair of trace_exit will lost in log.

Signed-off-by: Yi Zhuang <zhuangyi1@huawei.com>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/20200629122621.129953-1-zhuangyi1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/namei.c