diff options
author | Andy Boyett <agb@openwrt.org> | 2009-05-15 10:36:04 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-05-15 10:36:04 +0000 |
commit | 88e632d853ac18fc82ef245486ed952ef124739c (patch) | |
tree | 21c2c051c41c9aa3cc6edb39362386b75b78643b /target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch | |
parent | 94921686de5f1ded59d5b3bc79812b31bf4fca48 (diff) | |
download | upstream-88e632d853ac18fc82ef245486ed952ef124739c.tar.gz upstream-88e632d853ac18fc82ef245486ed952ef124739c.tar.bz2 upstream-88e632d853ac18fc82ef245486ed952ef124739c.zip |
generic-2.4: refresh patches
SVN-Revision: 15860
Diffstat (limited to 'target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch')
-rw-r--r-- | target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch b/target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch index 29a0e5e856..196693d0da 100644 --- a/target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch +++ b/target/linux/generic-2.4/patches/227-jffs2_eofdetect.patch @@ -1,7 +1,5 @@ -Index: linux-2.4.35.4/fs/jffs2/build.c -=================================================================== ---- linux-2.4.35.4.orig/fs/jffs2/build.c -+++ linux-2.4.35.4/fs/jffs2/build.c +--- a/fs/jffs2/build.c ++++ b/fs/jffs2/build.c @@ -31,6 +31,10 @@ * provisions above, a recipient may use your version of this file * under either the RHEPL or the GPL. @@ -40,10 +38,8 @@ Index: linux-2.4.35.4/fs/jffs2/build.c D1(printk(KERN_DEBUG "Scanned flash completely\n")); /* Now build the data map for each inode, marking obsoleted nodes as such, and also increase nlink of any children. */ -Index: linux-2.4.35.4/fs/jffs2/scan.c -=================================================================== ---- linux-2.4.35.4.orig/fs/jffs2/scan.c -+++ linux-2.4.35.4/fs/jffs2/scan.c +--- a/fs/jffs2/scan.c ++++ b/fs/jffs2/scan.c @@ -31,6 +31,10 @@ * provisions above, a recipient may use your version of this file * under either the RHEPL or the GPL. |