]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/hpfs/super.c
Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6-stable
[linux-2.6-omap-h63xx.git] / fs / hpfs / super.c
index 9488a794076e08539f535f5a2cd096990c58ed3a..d72d8c87c9962a5fa64afd25c86e0e605fd8ba12 100644 (file)
@@ -191,7 +191,8 @@ static int init_inodecache(void)
 {
        hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache",
                                             sizeof(struct hpfs_inode_info),
-                                            0, SLAB_RECLAIM_ACCOUNT,
+                                            0, (SLAB_RECLAIM_ACCOUNT|
+                                               SLAB_MEM_SPREAD),
                                             init_once, NULL);
        if (hpfs_inode_cachep == NULL)
                return -ENOMEM;