aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2025-05-16 18:13:53 +0000
committerDavid Sterba <[email protected]>2025-07-21 13:31:06 +0000
commit5ff6050fcd3c5b8ca16beb058af81186ac6f67fb (patch)
treef2f28c25addcf60d7c1621549749df20b442c9b4 /fs/btrfs/tree-log.c
parentbtrfs: unfold transaction abort at walk_up_proc() (diff)
downloadkernel-5ff6050fcd3c5b8ca16beb058af81186ac6f67fb.tar.gz
kernel-5ff6050fcd3c5b8ca16beb058af81186ac6f67fb.zip
btrfs: remove pointless 'out' label from clone_finish_inode_update()
The label is only used once and we can instead return directly where it's used, besides the fact that all we do under the label is to return the value of 'ret'. So get rid of the label and return directly. Signed-off-by: Filipe Manana <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/tree-log.c')
0 files changed, 0 insertions, 0 deletions