btrfs-progs: remove BTRFS_SCAN_PROC scan method
authorAnand Jain <anand.jain@oracle.com>
Sat, 13 Sep 2014 01:21:21 +0000 (09:21 +0800)
committerDavid Sterba <dsterba@suse.cz>
Fri, 10 Oct 2014 08:38:34 +0000 (10:38 +0200)
commit5444864e5605090be1cdbfb690a9b429fb9c2203
treeb43a778761ed9da9d06f494de6d14cca5f9fea9a
parent0d84aa903a51c472f273b02da98da2f6160e4289
btrfs-progs: remove BTRFS_SCAN_PROC scan method

The libblkid scan method which was introduced later, will also
scan devices under /proc/partitions. So we don't have to do
the explicit scan of the same.

Remove the scan method BTRFS_SCAN_PROC.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
cmds-device.c
cmds-filesystem.c
disk-io.c
utils.c
utils.h