SOURCES (LINUX_2_6): kernel-small_fixes.patch - fix: "security_inode_permis...

pluto pluto at pld-linux.org
Mon Oct 20 19:35:26 CEST 2008


Author: pluto                        Date: Mon Oct 20 17:35:26 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- fix: "security_inode_permission" [fs/unionfs/unionfs.ko] undefined.

---- Files affected:
SOURCES:
   kernel-small_fixes.patch (1.1.2.7 -> 1.1.2.8) 

---- Diffs:

================================================================
Index: SOURCES/kernel-small_fixes.patch
diff -u SOURCES/kernel-small_fixes.patch:1.1.2.7 SOURCES/kernel-small_fixes.patch:1.1.2.8
--- SOURCES/kernel-small_fixes.patch:1.1.2.7	Fri Oct 17 11:31:12 2008
+++ SOURCES/kernel-small_fixes.patch	Mon Oct 20 19:35:20 2008
@@ -129,3 +129,13 @@
  
  void restore_processor_state(void)
  {
+--- linux-2.6.27/security/security.c.orig	2008-10-09 22:13:53.000000000 +0000
++++ linux-2.6.27/security/security.c	2008-10-20 17:27:49.000000000 +0000
+@@ -439,6 +439,7 @@
+ 		return 0;
+ 	return security_ops->inode_permission(inode, mask);
+ }
++EXPORT_SYMBOL_GPL(security_inode_permission);
+ 
+ int security_inode_setattr(struct dentry *dentry, struct iattr *attr)
+ {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-small_fixes.patch?r1=1.1.2.7&r2=1.1.2.8&f=u



More information about the pld-cvs-commit mailing list