forked from pool/squashfs
21 lines
706 B
Diff
21 lines
706 B
Diff
--- kernel-patches/linux-2.6.20/squashfs3.2-patch
|
|
+++ kernel-patches/linux-2.6.20/squashfs3.2-patch
|
|
@@ -87,7 +87,7 @@
|
|
diff -x .gitignore -Nurp linux-2.6.20/fs/squashfs/inode.c linux-2.6.20-squashfs3.2-r2/fs/squashfs/inode.c
|
|
--- linux-2.6.20/fs/squashfs/inode.c 1970-01-01 01:00:00.000000000 +0100
|
|
+++ linux-2.6.20-squashfs3.2-r2/fs/squashfs/inode.c 2007-01-16 02:28:36.000000000 +0000
|
|
-@@ -0,0 +1,2329 @@
|
|
+@@ -0,0 +1,2327 @@
|
|
+/*
|
|
+ * Squashfs - a compressed read only filesystem for Linux
|
|
+ *
|
|
@@ -2388,8 +2388,6 @@
|
|
+{
|
|
+ struct squashfs_inode_info *ei = foo;
|
|
+
|
|
-+ if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) ==
|
|
-+ SLAB_CTOR_CONSTRUCTOR)
|
|
+ inode_init_once(&ei->vfs_inode);
|
|
+}
|
|
+
|