btrfs-progs: use libbtrfsutil for subvol delete
authorOmar Sandoval <osandov@fb.com>
Sat, 20 Jan 2018 21:04:48 +0000 (13:04 -0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 6 Mar 2018 10:28:37 +0000 (11:28 +0100)
commitafb04260169911c9ecab2524fad03b86bc744dd3
treeea50e947ed8211dcd97a39a4f8c1969065ff23ee
parent9e73a416f0acbc6c215532e2441f5be10b9e166a
btrfs-progs: use libbtrfsutil for subvol delete

Most of the interesting part of this command is the commit mode, so this
only saves a little bit of code.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-subvolume.c