lkml.org 
[lkml]   [2003]   [Jun]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 14 Jun 2003 02:21:08 -0700
FromAndrew Morton <>
SubjectRe: EFS breakage in 2.5
Dave Jones <davej@codemonkey.org.uk> wrote:
>> Current bk oopses during initialisation of EFS.

diff -puN fs/efs/super.c~efs-typo-fix fs/efs/super.c
--- 25/fs/efs/super.c~efs-typo-fix	2003-06-14 02:20:27.000000000 -0700
+++ 25-akpm/fs/efs/super.c	2003-06-14 02:20:42.000000000 -0700
@@ -58,7 +58,7 @@ static int init_inodecache(void)
 {
 	efs_inode_cachep = kmem_cache_create("efs_inode_cache",
 					     sizeof(struct efs_inode_info),
-					     0, SLAB_HWCACHE_ALIGN||SLAB_RECLAIM_ACCOUNT,
+					     0, SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT,
 					     init_once, NULL);
 	if (efs_inode_cachep == NULL)
 		return -ENOMEM;
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:36    [from the cache]
©2003-2008