commit | c1b078545e64da7a2b67b74b9d12813b5dd2a529 | [log] [tgz] |
---|---|---|
author | Peng Hao <flyingpeng@tencent.com> | Fri Oct 07 18:33:35 2022 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Dec 05 18:00:36 2022 +0100 |
tree | 354c975ac863ab235fcf3e27c318fdc85c27dca3 | |
parent | e5e886bad9e9e87b767ade3884faec1cfdec9b43 [diff] |
btrfs: simplify cleanup after error in btrfs_create_tree Since leaf is already NULL, and no other branch will go to fail_unlock, the fail_unlock label is useless and can be removed Signed-off-by: Peng Hao <flyingpeng@tencent.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>