From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 3/3] vfs: Mark d_clear_need_lookup() static. Date: Tue, 20 Dec 2011 09:41:44 -0500 Message-ID: <20111220144144.GA3320@infradead.org> References: <201112202132.FFC05740.FFQVLFtHOMOOSJ@I-love.SAKURA.ne.jp> <201112202134.BIH86956.JFMtLFSOOFHOVQ@I-love.SAKURA.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, josef@redhat.com To: Tetsuo Handa Return-path: Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:56420 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752400Ab1LTOlt (ORCPT ); Tue, 20 Dec 2011 09:41:49 -0500 Content-Disposition: inline In-Reply-To: <201112202134.BIH86956.JFMtLFSOOFHOVQ@I-love.SAKURA.ne.jp> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Dec 20, 2011 at 09:34:45PM +0900, Tetsuo Handa wrote: > >From f0b6c91506dadba668b5d7d40909ef8f589c20ff Mon Sep 17 00:00:00 2001 > From: Tetsuo Handa > Date: Tue, 20 Dec 2011 21:18:40 +0900 > Subject: [PATCH 3/3] vfs: Mark d_clear_need_lookup() static. > > Commit 44396f4b "fs: add a DCACHE_NEED_LOOKUP flag for d_flags" introduced > d_clear_need_lookup() but there is no external references. That's because btrfs opencoded it. Please replace the opencoded version in btrfs with the helper.