Re: [PATCH] btrfs: add regression test for setxattr on subvolume directory

2017-01-25 Thread Qu Wenruo
At 01/25/2017 06:24 PM, Eryu Guan wrote: On Wed, Jan 25, 2017 at 05:30:32PM +0800, Qu Wenruo wrote: At 01/25/2017 05:20 PM, Eryu Guan wrote: On Tue, Jan 24, 2017 at 10:50:29PM -0800, Omar Sandoval wrote: From: Omar Sandoval This is a regression test for "Btrfs: disable

Re: [PATCH] btrfs: add regression test for setxattr on subvolume directory

2017-01-25 Thread Eryu Guan
On Wed, Jan 25, 2017 at 05:30:32PM +0800, Qu Wenruo wrote: > > > At 01/25/2017 05:20 PM, Eryu Guan wrote: > > On Tue, Jan 24, 2017 at 10:50:29PM -0800, Omar Sandoval wrote: > > > From: Omar Sandoval > > > > > > This is a regression test for "Btrfs: disable xattr operations on >

Re: [PATCH] btrfs: add regression test for setxattr on subvolume directory

2017-01-25 Thread Anand Jain
On 01/25/17 17:30, Qu Wenruo wrote: At 01/25/2017 05:20 PM, Eryu Guan wrote: On Tue, Jan 24, 2017 at 10:50:29PM -0800, Omar Sandoval wrote: From: Omar Sandoval This is a regression test for "Btrfs: disable xattr operations on subvolume directories". On v4.9, it will

Re: [PATCH] btrfs: add regression test for setxattr on subvolume directory

2017-01-25 Thread Anand Jain
one below. On 01/25/17 14:50, Omar Sandoval wrote: From: Omar Sandoval This is a regression test for "Btrfs: disable xattr operations on subvolume directories". On v4.9, it will result in an aborted transaction. Signed-off-by: Omar Sandoval ---

Re: [PATCH] btrfs: add regression test for setxattr on subvolume directory

2017-01-25 Thread Qu Wenruo
At 01/25/2017 05:20 PM, Eryu Guan wrote: On Tue, Jan 24, 2017 at 10:50:29PM -0800, Omar Sandoval wrote: From: Omar Sandoval This is a regression test for "Btrfs: disable xattr operations on subvolume directories". On v4.9, it will result in an aborted transaction.

Re: [PATCH] btrfs: add regression test for setxattr on subvolume directory

2017-01-25 Thread Eryu Guan
On Tue, Jan 24, 2017 at 10:50:29PM -0800, Omar Sandoval wrote: > From: Omar Sandoval > > This is a regression test for "Btrfs: disable xattr operations on > subvolume directories". On v4.9, it will result in an aborted > transaction. > > Signed-off-by: Omar Sandoval

[PATCH] btrfs: add regression test for setxattr on subvolume directory

2017-01-24 Thread Omar Sandoval
From: Omar Sandoval This is a regression test for "Btrfs: disable xattr operations on subvolume directories". On v4.9, it will result in an aborted transaction. Signed-off-by: Omar Sandoval --- tests/btrfs/047 | 69