Re: [PATCH] btrfs: Add test that checks rmdir(2) can delete a subvolume

2018-04-27 Thread Misono Tomohiro
On 2018/04/27 13:40, Eryu Guan wrote: > On Thu, Apr 19, 2018 at 04:23:35PM +0900, Misono Tomohiro wrote: >> Add btrfs test that checks "rmdir" or "rm -r" command can delete a >> subvolume like an ordinary drectory. >> >> This behavior has been restricted long time but becomes allowed by >>

Re: [PATCH] btrfs: Add test that checks rmdir(2) can delete a subvolume

2018-04-26 Thread Eryu Guan
On Thu, Apr 19, 2018 at 04:23:35PM +0900, Misono Tomohiro wrote: > Add btrfs test that checks "rmdir" or "rm -r" command can delete a > subvolume like an ordinary drectory. > > This behavior has been restricted long time but becomes allowed by > following patch in the kernel: > btrfs: Allow

[PATCH] btrfs: Add test that checks rmdir(2) can delete a subvolume

2018-04-19 Thread Misono Tomohiro
Add btrfs test that checks "rmdir" or "rm -r" command can delete a subvolume like an ordinary drectory. This behavior has been restricted long time but becomes allowed by following patch in the kernel: btrfs: Allow rmdir(2) to delete an empty subvolume Signed-off-by: Tomohiro Misono