]> git.karo-electronics.de Git - karo-tx-linux.git/commit
btrfs: create a helper function to read the disk super
authorAnand Jain <anand.jain@oracle.com>
Sat, 13 Feb 2016 02:01:29 +0000 (10:01 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 15 Feb 2016 16:56:54 +0000 (17:56 +0100)
commit7870f31d036002d5880b65ff8cc745a01619af1b
treed824e8cf0c158d506ce34ec9aaca1960f7327fab
parent388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95
btrfs: create a helper function to read the disk super

A part of code from btrfs_scan_one_device() is moved to a new function
btrfs_read_disk_super(), so that former function looks cleaner. (In this
process it also moves the code which ensures null terminating label). So
this creates easy opportunity to merge various duplicate codes on read
disk super. Earlier attempt to merge duplicate codes highlighted that
there were some issues for which there are duplicate codes (to read disk
super), however it was not clear what was the issue. So until we figure
that out, its better to keep them in a separate functions.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
[ use GFP_KERNEL ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c