[Bug 478099] New: aufs: Unknown symbol security_inode_permission
https://bugzilla.novell.com/show_bug.cgi?id=478099 Summary: aufs: Unknown symbol security_inode_permission Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: P5 - None Component: Kernel AssignedTo: jeffm@novell.com ReportedBy: coolo@novell.com QAContact: qa@suse.de Found By: --- Looks like this patch was in 2.6.27 and got lost in 2.6.29: coolo@desdemona#aufs>cat ./patch/sec_perm-2.6.24.patch Index: linux-2.6.24-rc3/security/security.c =================================================================== RCS file: /ext1/sysadm/transparent/repository/linux-2.6.24-rc3/security/security.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- linux-2.6.24-rc3/security/security.c 21 Nov 2007 13:03:11 -0000 1.1 +++ linux-2.6.24-rc3/security/security.c 21 Nov 2007 13:07:55 -0000 1.2 @@ -409,6 +409,7 @@ int security_inode_permission(struct ino return 0; return security_ops->inode_permission(inode, mask, nd); } +EXPORT_SYMBOL(security_inode_permission); int security_inode_setattr(struct dentry *dentry, struct iattr *attr) { -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=478099 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P1 - Urgent -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=478099 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=478099#c1 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Jeff Mahoney <jeffm@novell.com> 2009-03-03 15:19:49 MST --- Exported. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com