OSDN Git Service

ext4: lost matching-pair of trace in ext4_truncate
authorzhengliang <zhengliang6@huawei.com>
Wed, 1 Jul 2020 08:30:27 +0000 (16:30 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Aug 2020 04:53:18 +0000 (00:53 -0400)
commit9a5d265fed014115f35e598022c956e5d2fb863e
treeb2596f4b8704b8d76f78ad994621165819229c27
parentef3f5830b859604eda8723c26d90ab23edc027a4
ext4: lost matching-pair of trace in ext4_truncate

It should call trace exit in all return path for ext4_truncate.

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