Re: [PATCH] Add support for RENAME_{EXCHANGE,WHITEOUT}

2016-03-23 Thread David Sterba
On Mon, Mar 21, 2016 at 06:43:55PM -0400, Dan Fuhry wrote: > > The patch style looks, I've briefly tested it in fstests and it blows > > very quickly, the stacktraces are unreadable. So I could mismerge it or > > there's another reason. Anyway, I'm going to pick this patch for 4.7 and > > will add

Re: [PATCH] Add support for RENAME_{EXCHANGE,WHITEOUT}

2016-03-21 Thread Dan Fuhry
On Mon, Mar 21, 2016 at 1:49 PM, David Sterba wrote: > > On Thu, Jan 28, 2016 at 10:52:28AM -0500, Dan Fuhry wrote: > > Add support for the RENAME_WHITEOUT and RENAME_EXCHANGE flags in > > renameat2(). This brings us pretty close to having btrfs ready to be > > an upper layer for overlayfs. (The l

Re: [PATCH] Add support for RENAME_{EXCHANGE,WHITEOUT}

2016-03-21 Thread David Sterba
On Thu, Jan 28, 2016 at 10:52:28AM -0500, Dan Fuhry wrote: > Add support for the RENAME_WHITEOUT and RENAME_EXCHANGE flags in > renameat2(). This brings us pretty close to having btrfs ready to be > an upper layer for overlayfs. (The last remaining issue is in > btrfs_sync_file, which I'm looking a