From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] vfs: introduce d_instantiate_no_diralias() Date: Fri, 25 Oct 2013 04:24:54 +0100 Message-ID: <20131025032454.GC13318@ZenIV.linux.org.uk> References: <20130918121204.GC31733@tucsk.piliscsaba.szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Miklos Szeredi Return-path: Content-Disposition: inline In-Reply-To: <20130918121204.GC31733@tucsk.piliscsaba.szeredi.hu> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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.