]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()
authorDavid Sterba <dsterba@suse.com>
Tue, 1 Apr 2025 23:18:11 +0000 (01:18 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:42 +0000 (14:30 +0200)
commitf6a359e3071a1861b446057e5ee0dfe86bf88c89
treebd414a109d011b65377aa0e39d7d466dbbbfeb53
parentc7341d033750f440dd9273117ed0de06fc420193
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()

This is the trivial pattern for path auto free, initialize at the
beginning and free at the end with simple goto -> return conversions.

Reviewed-by: Daniel Vacek <neelx@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode-item.c