as the title says, when deleting a btrfs subvolume, is there any reason to use the "proper" btrfs subvolume delete-command instead of just rm -rf ?
(i assume the btrfs subvolume command is faster given that presumably it doesn't have to recursively delete all files/folders it contains first, but is there any other difference than speed?)