]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 22 Nov 2022 11:50:02 +0000 (19:50 +0800)
committerDavid Sterba <dsterba@suse.com>
Wed, 23 Nov 2022 15:52:22 +0000 (16:52 +0100)
commitffdbb44f2f23f963b8f5672e35c3a26088177a62
treee15cfa4a9d073928eeeee3d8760cb5c6ec4502a9
parent796787c978efbbdb50e245718c784eb94f59eac4
btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()

Although kset_unregister() can eventually remove all attribute files,
explicitly rolling back with the matching function makes the code logic
look clearer.

CC: stable@vger.kernel.org # 5.4+
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/sysfs.c