btrfs: remove end_no_trans label from btrfs_log_inode_parent()
authorFilipe Manana <fdmanana@suse.com>
Thu, 13 Mar 2025 17:38:18 +0000 (17:38 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:57 +0000 (20:35 +0100)
commitfe84a1e2358cddfb8282e9823ba0bb0e0c55e37a
tree1f633086c3315a071ebb60986eb6f9d811254d95
parent26558ce574b86e7c81f28f3f10767fcab0f3abb3
btrfs: remove end_no_trans label from btrfs_log_inode_parent()

It's a pointless label as we don't have to do anything under it other
than return from the function. So remove it and directly return from the
function where we used to goto.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c