Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755523AbXICRkG (ORCPT ); Mon, 3 Sep 2007 13:40:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753090AbXICRjz (ORCPT ); Mon, 3 Sep 2007 13:39:55 -0400 Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:44839 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751428AbXICRjz (ORCPT ); Mon, 3 Sep 2007 13:39:55 -0400 Date: Mon, 3 Sep 2007 13:38:40 -0400 From: "Josef 'Jeff' Sipek" To: Satyam Sharma Cc: Andrew Morton , Linux Kernel Mailing List , linux-fsdevel@vger.kernel.org, hch@infradead.org, viro@ftp.linux.org.uk, bharata@linux.vnet.ibm.com, j.blunck@tu-harburg.de, Erez Zadok Subject: Re: [PATCH 01/32] VFS: export release_open_intent symbol Message-ID: <20070903173840.GA1521@filer.fsl.cs.sunysb.edu> References: <1188786055371-git-send-email-jsipek@cs.sunysb.edu> <118878605590-git-send-email-jsipek@cs.sunysb.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-07-16) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 32 On Mon, Sep 03, 2007 at 09:59:15PM +0530, Satyam Sharma wrote: > > > On Sun, 2 Sep 2007, Josef 'Jeff' Sipek wrote: > > > > diff --git a/fs/namei.c b/fs/namei.c > > index a83160a..b2b7c8e 100644 > > --- a/fs/namei.c > > +++ b/fs/namei.c > > @@ -374,6 +374,7 @@ void release_open_intent(struct nameidata *nd) > > else > > fput(nd->intent.open.file); > > } > > +EXPORT_SYMBOL(release_open_intent); > > Hmm, why is this being pushed into mainline? This also looks like an > -mm only patch to me, there are no modular users of release_open_intent() > in mainline, and the next patch doesn't add one either. Err...a thinko. Good catch. Josef 'Jeff' Sipek. -- I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated." - Ken Thompson - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/