]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
authorSun YangKai <sunk67188@gmail.com>
Sat, 4 Oct 2025 14:31:09 +0000 (22:31 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 20:59:11 +0000 (21:59 +0100)
commit7fc35cc559cb64221a7fb1d2cf48cda8fd31fc9e
tree28d44563bdf03fc74728326cde4fa3099a925ad5
parenta1359d06d7878db4ac28d9c5134bc9771e56833d
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions

Convert more of the trivial pattern for the auto freeing of btrfs_path
with goto -> return conversions where applicable.

Signed-off-by: Sun YangKai <sunk67188@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/uuid-tree.c
fs/btrfs/verity.c
fs/btrfs/volumes.c
fs/btrfs/xattr.c