]> git.hungrycats.org Git - linux/commit
btrfs: fix error labels in init_btrfs_fs
authorDavid Sterba <dsterba@suse.cz>
Tue, 29 Jul 2014 22:58:37 +0000 (00:58 +0200)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Fri, 23 Jan 2015 13:14:49 +0000 (08:14 -0500)
commit7ffb41b7e8579e46c46111a6da4a5f9b94e1608b
tree09dfd6177c2abb8d4ca791b254b107d120faaf59
parent5190698e4652f69b5a6e31f9e4f1caabadfa4156
btrfs: fix error labels in init_btrfs_fs

btrfs_interface_init rarely fails but we could leak the prelim_ref slab.

Signed-off-by: David Sterba <dsterba@suse.cz>
(cherry picked from commit af13b4922b057b4ebc7e2315a6f666ecb65890e4)
fs/btrfs/super.c