btrfs: Allow rmdir(2) to delete an empty subvolume ยท torvalds/linux@a79a464

Change the behavior of rmdir(2) and allow it to delete an empty subvolume by using btrfs_delete_subvolume() which is used by btrfs_ioctl_snap_destroy(). This is a change in behaviour and has been ...