Al Viro wrote: > On Tue, Dec 06, 2011 at 01:41:21PM +0900, Tetsuo Handa wrote: > > > Cc: stable@xxxxxxxxxxxxxxx > > Please add version you meant to apply. > > Everything since mid 2010, I'm afraid - that's when apparmor went in and > it had that bug back then. IOW, 2.6.36 and everything later... > > Tomoyo bits will need a backport for stuff older that 3.0 - there had > been changes around 3.0-rc2 or so. I see. | +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. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html