Re: [PATCH] Btrfs: only inherit btrfs specific flags when creating files

2011-09-28 Thread Christoph Hellwig
On Wed, Sep 28, 2011 at 08:26:09AM -0400, Josef Bacik wrote: > > > > It shows EXT[3,4]_APPEND_FL should be inherited from their parent, is this > > the standard? > > > > I have no idea actually, it was just failing on xfstest 79 and when I > took out the inheritance thing it passed so I took th

Re: [PATCH] Btrfs: only inherit btrfs specific flags when creating files

2011-09-28 Thread Josef Bacik
On 09/27/2011 08:59 PM, Liu Bo wrote: > On 09/27/2011 11:02 PM, Josef Bacik wrote: >> Xfstests 79 was failing because we were inheriting the S_APPEND flag when we >> weren't supposed to. There isn't any specific documentation on this so I'm >> taking the test as the standard of how things work, an

Re: [PATCH] Btrfs: only inherit btrfs specific flags when creating files

2011-09-27 Thread Liu Bo
On 09/27/2011 11:02 PM, Josef Bacik wrote: > Xfstests 79 was failing because we were inheriting the S_APPEND flag when we > weren't supposed to. There isn't any specific documentation on this so I'm > taking the test as the standard of how things work, and having S_APPEND set > on a > directory d

[PATCH] Btrfs: only inherit btrfs specific flags when creating files

2011-09-27 Thread Josef Bacik
Xfstests 79 was failing because we were inheriting the S_APPEND flag when we weren't supposed to. There isn't any specific documentation on this so I'm taking the test as the standard of how things work, and having S_APPEND set on a directory doesn't mean that S_APPEND gets inherited by its childr