diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-28 11:54:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-28 11:54:20 +0000 |
commit | 629cba4013b0465e4aac7815d256950ca68c7429 (patch) | |
tree | 8b96a9f12e9ec3b6fa87a666e0f16fc920a9fe81 /target/linux/xburst/patches-2.6.32/300-jffs2-summery-vmalloc.patch | |
parent | 39908a74dc7431b9c975b61dd37935d87e83139d (diff) | |
download | upstream-629cba4013b0465e4aac7815d256950ca68c7429.tar.gz upstream-629cba4013b0465e4aac7815d256950ca68c7429.tar.bz2 upstream-629cba4013b0465e4aac7815d256950ca68c7429.zip |
kernel: update to 2.6.32.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19358 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/patches-2.6.32/300-jffs2-summery-vmalloc.patch')
-rw-r--r-- | target/linux/xburst/patches-2.6.32/300-jffs2-summery-vmalloc.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/xburst/patches-2.6.32/300-jffs2-summery-vmalloc.patch b/target/linux/xburst/patches-2.6.32/300-jffs2-summery-vmalloc.patch index 6658584eab..4d7334b539 100644 --- a/target/linux/xburst/patches-2.6.32/300-jffs2-summery-vmalloc.patch +++ b/target/linux/xburst/patches-2.6.32/300-jffs2-summery-vmalloc.patch @@ -7,11 +7,9 @@ Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/300-jf fs/jffs2/summary.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -diff --git a/fs/jffs2/summary.c b/fs/jffs2/summary.c -index 6caf1e1..b4882c6 100644 --- a/fs/jffs2/summary.c +++ b/fs/jffs2/summary.c -@@ -32,7 +32,7 @@ int jffs2_sum_init(struct jffs2_sb_info *c) +@@ -32,7 +32,7 @@ int jffs2_sum_init(struct jffs2_sb_info return -ENOMEM; } @@ -20,7 +18,7 @@ index 6caf1e1..b4882c6 100644 if (!c->summary->sum_buf) { JFFS2_WARNING("Can't allocate buffer for writing out summary information!\n"); -@@ -51,7 +51,7 @@ void jffs2_sum_exit(struct jffs2_sb_info *c) +@@ -51,7 +51,7 @@ void jffs2_sum_exit(struct jffs2_sb_info jffs2_sum_disable_collecting(c->summary); @@ -29,6 +27,3 @@ index 6caf1e1..b4882c6 100644 c->summary->sum_buf = NULL; kfree(c->summary); --- -1.5.6.5 - |