SL*B: drop kmem cache argument from constructor
[deliverable/linux.git] / kernel / fork.c
index b99d73e971a4f0f8f1e5c9d61654023e999bc8e1..80e83e459b17f28625e485b80392189b63b4a172 100644 (file)
@@ -1442,7 +1442,7 @@ long do_fork(unsigned long clone_flags,
 #define ARCH_MIN_MMSTRUCT_ALIGN 0
 #endif
 
-static void sighand_ctor(struct kmem_cache *cachep, void *data)
+static void sighand_ctor(void *data)
 {
        struct sighand_struct *sighand = data;
 
This page took 0.034991 seconds and 5 git commands to generate.