linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / coda / inode.c
index ada1a81..04a73fb 100644 (file)
@@ -31,8 +31,6 @@
 #include <linux/coda_fs_i.h>
 #include <linux/coda_cache.h>
 
-#include "coda_int.h"
-
 /* VFS super_block ops */
 static void coda_clear_inode(struct inode *);
 static void coda_put_super(struct super_block *);
@@ -71,7 +69,7 @@ int coda_init_inodecache(void)
 {
        coda_inode_cachep = kmem_cache_create("coda_inode_cache",
                                sizeof(struct coda_inode_info),
-                               0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD,
+                               0, SLAB_RECLAIM_ACCOUNT,
                                init_once, NULL);
        if (coda_inode_cachep == NULL)
                return -ENOMEM;