From 8540d5d19ebac6a3f30d82f36ff33f19d728f10b Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 2 Jun 2008 08:22:56 +0000 Subject: add generic 2.6.26 patches/files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11323 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic-2.6/patches-2.6.26/005-squashfs_fix.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch (limited to 'target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch') diff --git a/target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch b/target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch new file mode 100644 index 000000000..961829e58 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.26/005-squashfs_fix.patch @@ -0,0 +1,19 @@ +--- a/fs/squashfs/inode.c ++++ b/fs/squashfs/inode.c +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -2125,7 +2126,7 @@ + } + + +-static void init_once(void * foo, struct kmem_cache * cachep, unsigned long flags) ++static void init_once(struct kmem_cache * cachep, void *foo) + { + struct squashfs_inode_info *ei = foo; + -- cgit v1.2.3