From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [RFC] __d_path() API change (was Re: [PATCH] Remove use of mnt_ns->root and fix a couple of bugs in d_namespace_path) Date: Tue, 6 Dec 2011 15:49:36 +0000 Message-ID: <20111206154936.GI2203@ZenIV.linux.org.uk> References: <1323034020-28780-1-git-send-email-john.johansen@canonical.com> <20111204221020.GB2203@ZenIV.linux.org.uk> <20111205032711.GC2203@ZenIV.linux.org.uk> <4EDD7F46.1050907@canonical.com> <20111206035838.GD2203@ZenIV.linux.org.uk> <201112060441.pB64fLwa005872@www262.sakura.ne.jp> <20111206052042.GE2203@ZenIV.linux.org.uk> <201112060645.pB66j4RG029746@www262.sakura.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: john.johansen@canonical.com, linux-fsdevel@vger.kernel.org To: Tetsuo Handa Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:44652 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751785Ab1LFPti (ORCPT ); Tue, 6 Dec 2011 10:49:38 -0500 Content-Disposition: inline In-Reply-To: <201112060645.pB66j4RG029746@www262.sakura.ne.jp> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Dec 06, 2011 at 03:45:04PM +0900, Tetsuo Handa wrote: > | +bool our_mnt(struct vfsmount *mnt) > | +{ > | + return check_mnt(mnt); > | +} > | +EXPORT_SYMBOL(our_mnt); > > Seems that our_mnt() need not to be exported because only AppArmor calls it and > LSM modules cannot be built as a loadable kernel module. Point. OK, that export killed, pull request sent to Linus...