]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/locks.c
r8169: avoid needless NAPI poll scheduling
[linux-2.6-omap-h63xx.git] / fs / locks.c
index 4f2d749ac624f6315f947c4e44513d170ac23e14..31051063724786e0780dad4183f72544995f0763 100644 (file)
@@ -2276,7 +2276,7 @@ static int __init filelock_init(void)
 {
        filelock_cache = kmem_cache_create("file_lock_cache",
                        sizeof(struct file_lock), 0, SLAB_PANIC,
-                       init_once, NULL);
+                       init_once);
        return 0;
 }