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... -- 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