SOURCES (LINUX_2_6): kernel-reiser4.patch - updated for .29

arekm arekm at pld-linux.org
Sun Mar 29 21:36:21 CEST 2009


Author: arekm                        Date: Sun Mar 29 19:36:21 2009 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- updated for .29

---- Files affected:
SOURCES:
   kernel-reiser4.patch (1.2.2.4 -> 1.2.2.5) 

---- Diffs:

================================================================
Index: SOURCES/kernel-reiser4.patch
diff -u SOURCES/kernel-reiser4.patch:1.2.2.4 SOURCES/kernel-reiser4.patch:1.2.2.5
--- SOURCES/kernel-reiser4.patch:1.2.2.4	Tue Mar 24 12:49:07 2009
+++ SOURCES/kernel-reiser4.patch	Sun Mar 29 21:36:15 2009
@@ -38515,7 +38515,7 @@
 +
 +	object->i_mode = data->mode;
 +	/* this should be plugin decision */
-+	object->i_uid = current->fsuid;
++	object->i_uid = current_fsuid();
 +	object->i_mtime = object->i_atime = object->i_ctime = CURRENT_TIME;
 +
 +	/* support for BSD style group-id assignment. See mount's manual page
@@ -38529,7 +38529,7 @@
 +			/* sguid is inherited by sub-directories */
 +			object->i_mode |= S_ISGID;
 +	} else
-+		object->i_gid = current->fsgid;
++		object->i_gid = current_fsgid();
 +
 +	/* this object doesn't have stat-data yet */
 +	reiser4_inode_set_flag(object, REISER4_NO_SD);
================================================================

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



More information about the pld-cvs-commit mailing list