[PATCH] xfstests: btrfs, add test for btrfs properties

2014-04-15 Thread Filipe David Borba Manana
This test case verifies the btrfs properties feature, a new feature introduced in the linux kernel version 3.14. Signed-off-by: Filipe David Borba Manana --- common/rc | 9 +++ tests/btrfs/048 | 220 tests/btrfs/048.out | 78 +

Re: [PATCH] xfstests: btrfs, add test for btrfs properties

2014-04-15 Thread Dave Chinner
On Tue, Apr 15, 2014 at 08:50:24PM +0100, Filipe David Borba Manana wrote: > This test case verifies the btrfs properties feature, a new feature > introduced in the linux kernel version 3.14. > > Signed-off-by: Filipe David Borba Manana ... > --- > common/rc | 9 +++ > tests/btrfs/04