]> git.karo-electronics.de Git - linux-beck.git/commit
Btrfs: move some common code into a subfunction
authorStefan Behrens <sbehrens@giantdisaster.de>
Mon, 12 Nov 2012 13:03:45 +0000 (14:03 +0100)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 12 Dec 2012 22:15:33 +0000 (17:15 -0500)
commitbeaf8ab3afef27ed81255d9808b67f6d390ca06f
tree674adcea3790a7c5c047d43d81e71cdcb34b9738
parentb6bfebc13218f1fc1502041a810919d3a81b8b4e
Btrfs: move some common code into a subfunction

Some code to open block devices, to read the superblock and to
handle errors was repeated multiple times in 3 places, and the
following patch makes use of it as well. This code is now moved
into a subfunction.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/volumes.c