From: Al Viro <viro@ZenIV.linux.org.uk>
To: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: john.johansen@canonical.com, linux-fsdevel@vger.kernel.org
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 [thread overview]
Message-ID: <20111206154936.GI2203@ZenIV.linux.org.uk> (raw)
In-Reply-To: <201112060645.pB66j4RG029746@www262.sakura.ne.jp>
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...
next prev parent reply other threads:[~2011-12-06 15:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-04 21:27 [PATCH] Remove use of mnt_ns->root and fix a couple of bugs in d_namespace_path John Johansen
2011-12-04 22:10 ` Al Viro
2011-12-05 3:27 ` [RFC] __d_path() API change (was Re: [PATCH] Remove use of mnt_ns->root and fix a couple of bugs in d_namespace_path) Al Viro
2011-12-06 2:34 ` John Johansen
2011-12-06 3:58 ` Al Viro
2011-12-06 4:41 ` Tetsuo Handa
2011-12-06 5:20 ` Al Viro
2011-12-06 6:45 ` Tetsuo Handa
2011-12-06 15:49 ` Al Viro [this message]
2011-12-06 7:07 ` James Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111206154936.GI2203@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=john.johansen@canonical.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=penguin-kernel@I-love.SAKURA.ne.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.