Re: [PATCH] xfstests: fix SCRATCH_DEV_POOL mount/umount issues

2013-06-27 Thread Anand Jain
On 06/27/2013 09:57 AM, Josef Bacik wrote: If you use the SCRATCH_DEV_POOL for btrfs you will end up with the command line like this mkfs.btrfs $SCRATCH_DEV_POOL $SCRATCH_DEV and btrfs does this thing where it makes the lowest valued device id show up in /proc/mounts no matter which device

[PATCH] xfstests: fix SCRATCH_DEV_POOL mount/umount issues

2013-06-26 Thread Josef Bacik
If you use the SCRATCH_DEV_POOL for btrfs you will end up with the command line like this mkfs.btrfs $SCRATCH_DEV_POOL $SCRATCH_DEV and btrfs does this thing where it makes the lowest valued device id show up in /proc/mounts no matter which device you specify at the mount command. So in this cas