From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 5/9] dcache: d_obtain_alias callers don't all want DISCONNECTED Date: Thu, 20 Feb 2014 17:44:14 -0800 Message-ID: <20140221014414.GC24522@infradead.org> References: <20140218202652.GA12374@fieldses.org> <1392755345-12830-1-git-send-email-bfields@redhat.com> <1392755345-12830-5-git-send-email-bfields@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-btrfs@vger.kernel.org, Josef Bacik , "Eric W. Biederman" To: "J. Bruce Fields" Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:58682 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755048AbaBUBoO (ORCPT ); Thu, 20 Feb 2014 20:44:14 -0500 Content-Disposition: inline In-Reply-To: <1392755345-12830-5-git-send-email-bfields@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > > - return d_obtain_alias(inode); > + return d_obtain_alias_root(inode); Can we call this d_obtain_root or similar, please?