Open
Description
Hi,
When deleting a subvol as a regular user with user_subvol_rm_allowed
(See #252), a confusing WARNING is printed, even though the subvolume is properly deleted.
$ btrfs subvolume create bob
$ btrfs subvolume delete bob
WARNING: cannot read default subvolume id: Operation not permitted
Delete subvolume 332 (no-commit): '/home/user/Projets/Sandbox/bob'
Is is really necessary to print this warning ?
Have a good day