From mboxrd@z Thu Jan 1 00:00:00 1970 From: Satyam Sharma Subject: Re: [PATCH 01/32] VFS: export release_open_intent symbol Date: Mon, 3 Sep 2007 21:59:15 +0530 (IST) Message-ID: 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=UTF-8 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 To: Josef 'Jeff' Sipek Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:56162 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbXICQQS (ORCPT ); Mon, 3 Sep 2007 12:16:18 -0400 In-Reply-To: <118878605590-git-send-email-jsipek@cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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.