rpms/kernel/devel linux-2.6-squashfs.patch,1.21,1.22

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Jul 20 22:46:00 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1236

Modified Files:
	linux-2.6-squashfs.patch 
Log Message:
another buildfix

linux-2.6-squashfs.patch:

Index: linux-2.6-squashfs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-squashfs.patch,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- linux-2.6-squashfs.patch	28 May 2007 18:07:37 -0000	1.21
+++ linux-2.6-squashfs.patch	20 Jul 2007 22:45:56 -0000	1.22
@@ -2399,7 +2399,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;




More information about the fedora-extras-commits mailing list