X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Fdcache.c;h=678d39deb60770dffb5cbbbc0de1e84d6e139f36;hb=b4b613fd83853f8c688b3de20ab1a42331257975;hp=cb9d05056b54368728d0d38c59ebda240f233476;hpb=99e1221d1a1edac316f7f8116c781f75733b1159;p=cascardo%2Flinux.git diff --git a/fs/dcache.c b/fs/dcache.c index cb9d05056b54..678d39deb607 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -2165,10 +2165,10 @@ void __init vfs_caches_init(unsigned long mempages) mempages -= reserve; names_cachep = kmem_cache_create("names_cache", PATH_MAX, 0, - SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL, NULL); + SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); filp_cachep = kmem_cache_create("filp", sizeof(struct file), 0, - SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL, NULL); + SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); dcache_init(mempages); inode_init(mempages);