Re: [PATCH] vfs: call rename2 if exists

2014-07-13 Thread Christoph Hellwig
On Tue, May 20, 2014 at 11:22:47AM +0200, Miklos Szeredi wrote: > Linus, > > Please consider applying this patch to 3.15, so we can move forward with > adding > RENAME_NOREPLACE support to filesystems during the next cycle. Looks like this didn't go anywhere. Al, can you at least pick this for

Re: [PATCH] vfs: call rename2 if exists

2014-07-13 Thread Christoph Hellwig
On Tue, May 20, 2014 at 11:22:47AM +0200, Miklos Szeredi wrote: Linus, Please consider applying this patch to 3.15, so we can move forward with adding RENAME_NOREPLACE support to filesystems during the next cycle. Looks like this didn't go anywhere. Al, can you at least pick this for

[PATCH] vfs: call rename2 if exists

2014-05-20 Thread Miklos Szeredi
Linus, Please consider applying this patch to 3.15, so we can move forward with adding RENAME_NOREPLACE support to filesystems during the next cycle. Thanks, Miklos --- From: Miklos Szeredi Christoph Hellwig suggests: 1) make vfs_rename call ->rename2 if it exists instead of ->rename 2)

[PATCH] vfs: call rename2 if exists

2014-05-20 Thread Miklos Szeredi
Linus, Please consider applying this patch to 3.15, so we can move forward with adding RENAME_NOREPLACE support to filesystems during the next cycle. Thanks, Miklos --- From: Miklos Szeredi mszer...@suse.cz Christoph Hellwig suggests: 1) make vfs_rename call -rename2 if it exists instead of

Re: [PATCH] vfs: call rename2 if exists

2014-05-14 Thread Christoph Hellwig
On Wed, May 14, 2014 at 05:27:20PM +0200, Miklos Szeredi wrote: > Al, > > The below patch calls ->rename2() if it exists even for flags == 0. This will > allow a gradual elimination of ->rename() implementations and finally merging > the two ops. > > Please consider pushing this to 3.15, but at

[PATCH] vfs: call rename2 if exists

2014-05-14 Thread Miklos Szeredi
Al, The below patch calls ->rename2() if it exists even for flags == 0. This will allow a gradual elimination of ->rename() implementations and finally merging the two ops. Please consider pushing this to 3.15, but at least ACK-ing it so I can work on followup patches for handing

[PATCH] vfs: call rename2 if exists

2014-05-14 Thread Miklos Szeredi
Al, The below patch calls -rename2() if it exists even for flags == 0. This will allow a gradual elimination of -rename() implementations and finally merging the two ops. Please consider pushing this to 3.15, but at least ACK-ing it so I can work on followup patches for handing RENAME_NOREPLACE

Re: [PATCH] vfs: call rename2 if exists

2014-05-14 Thread Christoph Hellwig
On Wed, May 14, 2014 at 05:27:20PM +0200, Miklos Szeredi wrote: Al, The below patch calls -rename2() if it exists even for flags == 0. This will allow a gradual elimination of -rename() implementations and finally merging the two ops. Please consider pushing this to 3.15, but at least