diff options
Diffstat (limited to 'fs/coda/inode.c')
-rw-r--r-- | fs/coda/inode.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/coda/inode.c b/fs/coda/inode.c index 04a73fb4848f..ada1a81df6bd 100644 --- a/fs/coda/inode.c +++ b/fs/coda/inode.c | |||
@@ -31,6 +31,8 @@ | |||
31 | #include <linux/coda_fs_i.h> | 31 | #include <linux/coda_fs_i.h> |
32 | #include <linux/coda_cache.h> | 32 | #include <linux/coda_cache.h> |
33 | 33 | ||
34 | #include "coda_int.h" | ||
35 | |||
34 | /* VFS super_block ops */ | 36 | /* VFS super_block ops */ |
35 | static void coda_clear_inode(struct inode *); | 37 | static void coda_clear_inode(struct inode *); |
36 | static void coda_put_super(struct super_block *); | 38 | static void coda_put_super(struct super_block *); |
@@ -69,7 +71,7 @@ int coda_init_inodecache(void) | |||
69 | { | 71 | { |
70 | coda_inode_cachep = kmem_cache_create("coda_inode_cache", | 72 | coda_inode_cachep = kmem_cache_create("coda_inode_cache", |
71 | sizeof(struct coda_inode_info), | 73 | sizeof(struct coda_inode_info), |
72 | 0, SLAB_RECLAIM_ACCOUNT, | 74 | 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, |
73 | init_once, NULL); | 75 | init_once, NULL); |
74 | if (coda_inode_cachep == NULL) | 76 | if (coda_inode_cachep == NULL) |
75 | return -ENOMEM; | 77 | return -ENOMEM; |