X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Faffs%2Fsuper.c;h=c80191ae2059d751ee413a244892934ba39b9733;hb=35438c4327df18dbf5e7f597b69299119f4a14de;hp=6d0ebc3215301b3c66dfa54670c9a079674cec5c;hpb=08f3dfe8c4b91189890019d307aad236c3633515;p=linux-2.6 diff --git a/fs/affs/super.c b/fs/affs/super.c index 6d0ebc3215..c80191ae20 100644 --- a/fs/affs/super.c +++ b/fs/affs/super.c @@ -99,7 +99,7 @@ static int init_inodecache(void) sizeof(struct affs_inode_info), 0, (SLAB_RECLAIM_ACCOUNT| SLAB_MEM_SPREAD), - init_once, NULL); + init_once); if (affs_inode_cachep == NULL) return -ENOMEM; return 0;