[PATCH v2] btrfs: test premature submount unmounting when deleting default subvolume

2015-06-02 Thread Omar Sandoval
Add a regression test for a problem where attempting to delete the default subvolume would fail (as expected), but not until after all submounts under the subvolume were unmounted. Signed-off-by: Omar Sandoval --- v1->v2: - Simpler test: just depends on umount of the bind mount succeeding inste

Re: [PATCH v2] btrfs: test premature submount unmounting when deleting default subvolume

2015-06-03 Thread Eryu Guan
On Tue, Jun 02, 2015 at 10:05:30PM -0700, Omar Sandoval wrote: > Add a regression test for a problem where attempting to delete the > default subvolume would fail (as expected), but not until after all > submounts under the subvolume were unmounted. > > Signed-off-by: Omar Sandoval > --- > v1->v2