]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Clean up dead code in root-tree
authorChristos Gkekas <chris.gekas@gmail.com>
Sat, 9 Sep 2017 14:29:34 +0000 (15:29 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 30 Oct 2017 11:27:56 +0000 (12:27 +0100)
commitab4d97eb7e74e07e99dd8068b1e9fd2f9d42a584
treecc8e283123ee9e72f933653d54adfecfe96cf635
parent235675a64e1bb78357425b2b4a66f671e22ce24d
btrfs: Clean up dead code in root-tree

The value of variable 'can_recover' is never used after being set, thus
it should be removed, as it was never used since the first commit
2520b5cad3400138 ("Btrfs: cleanup orphaned root orphan item").

Signed-off-by: Christos Gkekas <chris.gekas@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/root-tree.c