projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use the openwrt lzma options for now
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.30
/
051-squashfs_pcomp.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.30/051-squashfs_pcomp.patch
b/target/linux/generic-2.6/patches-2.6.30/051-squashfs_pcomp.patch
index
271c4e5
..
fc2a731
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.30/051-squashfs_pcomp.patch
+++ b/
target/linux/generic-2.6/patches-2.6.30/051-squashfs_pcomp.patch
@@
-201,7
+201,7
@@
goto failure;
}
goto failure;
}
-@@ -2
84,17 +31
1,18 @@ failed_mount:
+@@ -2
94,17 +32
1,18 @@ failed_mount:
kfree(msblk->inode_lookup_table);
kfree(msblk->fragment_index);
kfree(msblk->id_table);
kfree(msblk->inode_lookup_table);
kfree(msblk->fragment_index);
kfree(msblk->id_table);
@@
-223,7
+223,7
@@
}
}
-@@ -3
33,7 +361
,7 @@ static void squashfs_put_super(struct su
+@@ -3
46,7 +374
,7 @@ static void squashfs_put_super(struct su
kfree(sbi->id_table);
kfree(sbi->fragment_index);
kfree(sbi->meta_index);
kfree(sbi->id_table);
kfree(sbi->fragment_index);
kfree(sbi->meta_index);
This page took
0.024094 seconds
and
4
git commands to generate.