btrfs-progs: allow device deletion using 'missing' keyword again
authorAlexander Fougner <fougner89@gmail.com>
Sat, 7 Nov 2015 00:26:24 +0000 (01:26 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 16 Nov 2015 13:23:44 +0000 (14:23 +0100)
commit56480048e4f9f3e79f835b531a4b03d7fe94100b
tree554d572b8c201017babdc95e6cd5a091d0bed89e
parentf4942228d25d7a63033d7db60a189f87cf08d71a
btrfs-progs: allow device deletion using 'missing' keyword again

Device deletion procedures ensures the device is a block device.
This patch introduces 'missing' as keyword again, correctly
passing it on to the kernel instead of complaining about
'missing' not being a block device.

Signed-off-by: Alexander Fougner <fougner89@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-device.c