X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffcntl.c;h=78b2ff04405400c724c9aff18a0f000be577c908;hb=cfdcad4da1903720b9b8c1f176e46a0ebf546be3;hp=3f22e9f4f691ae3cb44312921c0aaf3a6b382086;hpb=3bd858ab1c451725c07a805dcb315215dc85b86e;p=linux-2.6 diff --git a/fs/fcntl.c b/fs/fcntl.c index 3f22e9f4f6..78b2ff0440 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c @@ -638,7 +638,7 @@ EXPORT_SYMBOL(kill_fasync); static int __init fasync_init(void) { fasync_cache = kmem_cache_create("fasync_cache", - sizeof(struct fasync_struct), 0, SLAB_PANIC, NULL, NULL); + sizeof(struct fasync_struct), 0, SLAB_PANIC, NULL); return 0; }