From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] hfsplus: Remove hfsplus_file_lookup Date: Thu, 12 Dec 2013 00:16:13 -0800 Message-ID: <20131212081613.GA6754@infradead.org> References: <1386780980.9524.10.camel@ultrabook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: hch@infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Szabolcs Szakacsits To: Sougata Santra Return-path: Content-Disposition: inline In-Reply-To: <1386780980.9524.10.camel@ultrabook> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org The opendir issue is something that came up before, both in the reiser4 context and with hfsplus. I think we'll need to put this patch in ASAP to fix the semantic breakage caused by it, as well as other implications of having ->lookup on a hardlinkable object. Acked-by: Christoph Hellwig