Re: [PATCH] xfstests: btrfs/003: regression test for subvol delete V2

2013-08-29 Thread David Sterba
On Tue, Aug 13, 2013 at 02:38:05PM -0500, Eric Sandeen wrote: +. ./common/rc +. ./common/filter + +# real QA test starts here +_supported_fs btrfs +_supported_os Linux +_require_scratch + +_scratch_mkfs /dev/null 21 +_scratch_mount + +# This will be set to subvolid 256.

Re: [PATCH] xfstests: btrfs/003: regression test for subvol delete V2

2013-08-29 Thread Eric Sandeen
On 8/29/13 8:21 AM, David Sterba wrote: On Tue, Aug 13, 2013 at 02:38:05PM -0500, Eric Sandeen wrote: +. ./common/rc +. ./common/filter + +# real QA test starts here +_supported_fs btrfs +_supported_os Linux +_require_scratch + +_scratch_mkfs /dev/null 21 +_scratch_mount + +# This

[PATCH] xfstests: btrfs/003: regression test for subvol delete V2

2013-08-13 Thread Josef Bacik
We were allowing users to delete their default subvolume, which is problematic. This test is a regression test to make sure we don't let that happen in the future. Thanks, Signed-off-by: Josef Bacik jba...@fusionio.com --- V1-V2: address the comments made by Eric Sandeen. tests/btrfs/003 |

Re: [PATCH] xfstests: btrfs/003: regression test for subvol delete V2

2013-08-13 Thread Eric Sandeen
On 8/13/13 2:34 PM, Josef Bacik wrote: We were allowing users to delete their default subvolume, which is problematic. This test is a regression test to make sure we don't let that happen in the future. Thanks, Signed-off-by: Josef Bacik jba...@fusionio.com --- V1-V2: address the