r3787 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches
Simon Horman
horms at costa.debian.org
Tue Aug 9 10:51:21 UTC 2005
Author: horms
Date: 2005-08-09 10:51:21 +0000 (Tue, 09 Aug 2005)
New Revision: 3787
Modified:
trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs_ext2_ext3_xattr-sharing.dpatch
Log:
fix diffing
Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs_ext2_ext3_xattr-sharing.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs_ext2_ext3_xattr-sharing.dpatch 2005-08-09 10:49:48 UTC (rev 3786)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs_ext2_ext3_xattr-sharing.dpatch 2005-08-09 10:51:21 UTC (rev 3787)
@@ -15,8 +15,8 @@
entry1->e_name_len != entry2->e_name_len ||
entry1->e_value_size != entry2->e_value_size ||
memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))
---- afs/ext3/xattr.c.orig 2005-08-09 17:58:31.000000000 +0900
-+++ fs/ext3/xattr.c 2005-08-09 17:58:50.000000000 +0900
+--- a/fs/ext3/xattr.c 2005-08-09 17:58:31.000000000 +0900
++++ b/fs/ext3/xattr.c 2005-08-09 17:58:50.000000000 +0900
@@ -1025,6 +1025,7 @@
if (IS_LAST_ENTRY(entry2))
return 1;
More information about the Kernel-svn-changes
mailing list