[kernel] r10159 - dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches

Dann Frazier dannf at alioth.debian.org
Mon Jan 21 08:15:40 UTC 2008


Author: dannf
Date: Mon Jan 21 08:15:40 2008
New Revision: 10159

Log:
compile fix; missing goto target

Modified:
   dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/255_ext2-skip-pages-past-num-blocks.diff

Modified: dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/255_ext2-skip-pages-past-num-blocks.diff
==============================================================================
--- dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/255_ext2-skip-pages-past-num-blocks.diff	(original)
+++ dists/sarge-security/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/255_ext2-skip-pages-past-num-blocks.diff	Mon Jan 21 08:15:40 2008
@@ -22,11 +22,11 @@
 Signed-off-by: Chris Wright <chrisw at sous-sol.org>
 ---
 
-diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c
-index 3e7a84a..852780b 100644
---- a/fs/ext2/dir.c
-+++ b/fs/ext2/dir.c
-@@ -368,6 +368,14 @@ struct ext2_dir_entry_2 * ext2_find_entry (struct inode * dir,
+Backported to Debian's 2.4.27 by dann frazier <dannf at debian.org>
+
+--- kernel-source-2.4.27/fs/ext2/dir.c.orig	2006-12-05 01:32:40.000000000 -0700
++++ kernel-source-2.4.27/fs/ext2/dir.c	2008-01-21 01:07:49.309563953 -0700
+@@ -336,7 +336,16 @@ struct ext2_dir_entry_2 * ext2_find_entr
  		}
  		if (++n >= npages)
  			n = 0;
@@ -39,5 +39,7 @@
 +				goto out;
 +		}
  	} while (n != start);
- out:
++out:
  	return NULL;
+ 
+ found:



More information about the Kernel-svn-changes mailing list