Merge branch 'akpm' (patches from Andrew)
[linux-2.6-microblaze.git] / fs / fcntl.c
index 68added..9c6c6a3 100644 (file)
@@ -1051,7 +1051,8 @@ static int __init fcntl_init(void)
                        __FMODE_EXEC | __FMODE_NONOTIFY));
 
        fasync_cache = kmem_cache_create("fasync_cache",
-               sizeof(struct fasync_struct), 0, SLAB_PANIC, NULL);
+                                        sizeof(struct fasync_struct), 0,
+                                        SLAB_PANIC | SLAB_ACCOUNT, NULL);
        return 0;
 }