SOURCES (LINUX_2_6): squashfs3.2-patch - changes for 2.6.23-rc9

zbyniu zbyniu at pld-linux.org
Tue Oct 9 17:17:27 CEST 2007


Author: zbyniu                       Date: Tue Oct  9 15:17:27 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- changes for 2.6.23-rc9

---- Files affected:
SOURCES:
   squashfs3.2-patch (1.1.2.1.2.1.2.1 -> 1.1.2.1.2.1.2.2) 

---- Diffs:

================================================================
Index: SOURCES/squashfs3.2-patch
diff -u SOURCES/squashfs3.2-patch:1.1.2.1.2.1.2.1 SOURCES/squashfs3.2-patch:1.1.2.1.2.1.2.2
--- SOURCES/squashfs3.2-patch:1.1.2.1.2.1.2.1	Mon Aug 13 17:12:29 2007
+++ SOURCES/squashfs3.2-patch	Tue Oct  9 17:17:22 2007
@@ -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,2327 @@
+@@ -0,0 +1,2328 @@
 +/*
 + * Squashfs - a compressed read only filesystem for Linux
 + *
@@ -115,6 +115,7 @@
 +#include <linux/module.h>
 +#include <linux/zlib.h>
 +#include <linux/fs.h>
++#include <linux/exportfs.h>
 +#include <linux/squashfs_fs_sb.h>
 +#include <linux/squashfs_fs_i.h>
 +#include <linux/buffer_head.h>
@@ -2397,7 +2398,7 @@
 +	squashfs_inode_cachep = kmem_cache_create("squashfs_inode_cache",
 +	     sizeof(struct squashfs_inode_info),
 +	     0, SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT,
-+	     init_once, NULL);
++	     init_once);
 +	if (squashfs_inode_cachep == NULL)
 +		return -ENOMEM;
 +	return 0;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/squashfs3.2-patch?r1=1.1.2.1.2.1.2.1&r2=1.1.2.1.2.1.2.2&f=u



More information about the pld-cvs-commit mailing list