diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-03-31 15:34:58 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-03-31 15:34:58 -0500 |
commit | 86579dd06deecfa6ac88d5e84e4d63c397cd6f6d (patch) | |
tree | b4475d3ccde53015ad84a06e4e55e64591171b75 /fs/isofs/inode.c | |
parent | 7ea9ea832212c4a755650f7c7cc1ff0b63292a41 (diff) | |
parent | a0f067802576d4eb4c65d40b8ee7d6ea3c81dd61 (diff) |
Merge branch 'master'
Diffstat (limited to 'fs/isofs/inode.c')
-rw-r--r-- | fs/isofs/inode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c index 298f08be22d4..70adbb98bad1 100644 --- a/fs/isofs/inode.c +++ b/fs/isofs/inode.c | |||
@@ -87,7 +87,8 @@ static int init_inodecache(void) | |||
87 | { | 87 | { |
88 | isofs_inode_cachep = kmem_cache_create("isofs_inode_cache", | 88 | isofs_inode_cachep = kmem_cache_create("isofs_inode_cache", |
89 | sizeof(struct iso_inode_info), | 89 | sizeof(struct iso_inode_info), |
90 | 0, SLAB_RECLAIM_ACCOUNT, | 90 | 0, (SLAB_RECLAIM_ACCOUNT| |
91 | SLAB_MEM_SPREAD), | ||
91 | init_once, NULL); | 92 | init_once, NULL); |
92 | if (isofs_inode_cachep == NULL) | 93 | if (isofs_inode_cachep == NULL) |
93 | return -ENOMEM; | 94 | return -ENOMEM; |