1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:30:16 +02:00

2.6.34: fix kzalloc error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20881 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-04-15 16:46:24 +00:00
parent b4f7ed76fd
commit 6097fc85f4

View File

@ -53,7 +53,7 @@ Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
}; };
--- /dev/null --- /dev/null
+++ b/fs/squashfs/lzma_wrapper.c +++ b/fs/squashfs/lzma_wrapper.c
@@ -0,0 +1,151 @@ @@ -0,0 +1,152 @@
+/* +/*
+ * Squashfs - a compressed read only filesystem for Linux + * Squashfs - a compressed read only filesystem for Linux
+ * + *
@ -82,6 +82,7 @@ Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
+#include <linux/mutex.h> +#include <linux/mutex.h>
+#include <linux/vmalloc.h> +#include <linux/vmalloc.h>
+#include <linux/decompress/unlzma.h> +#include <linux/decompress/unlzma.h>
+#include <linux/slab.h>
+ +
+#include "squashfs_fs.h" +#include "squashfs_fs.h"
+#include "squashfs_fs_sb.h" +#include "squashfs_fs_sb.h"