Re: [PATCH] vfs: introduce d_instantiate_no_diralias()

2013-10-24 Thread Al Viro
On Wed, Sep 18, 2013 at 02:12:04PM +0200, Miklos Szeredi wrote: > Al, > > This is for next (3.13), could you please ack it or take it through your tree? Done, with one change: it's doing iput() on failure. Same pattern as d_make_root()/d_materialise_unique()/etc - makes for simpler failure exits

[PATCH] vfs: introduce d_instantiate_no_diralias()

2013-09-18 Thread Miklos Szeredi
Al, This is for next (3.13), could you please ack it or take it through your tree? Thanks, Miklos Subject: vfs: introduce d_instantiate_no_diralias() From: Miklos Szeredi ...which just returns -EBUSY if a directory alias would be created. This is to be used by fuse mkdir to make sure tha