X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Fdnotify.c;h=28d01ed66de0198130407a9d36411f77946cd1c7;hb=32c9874759651b69e496f89ec9e5e6702f67ffca;hp=936409fcd9397a9909e74fd7547d609ee1e57986;hpb=0f7fc9e4d03987fe29f6dd4aa67e4c56eb7ecb05;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/dnotify.c b/fs/dnotify.c index 936409f..28d01ed 100644 --- a/fs/dnotify.c +++ b/fs/dnotify.c @@ -176,7 +176,7 @@ EXPORT_SYMBOL_GPL(dnotify_parent); static int __init dnotify_init(void) { dn_cache = kmem_cache_create("dnotify_cache", - sizeof(struct dnotify_struct), 0, SLAB_PANIC, NULL, NULL); + sizeof(struct dnotify_struct), 0, SLAB_PANIC, NULL); return 0; }