[PATCH] completions: lockdep annotate on stack completions
[deliverable/linux.git] / block / cfq-iosched.c
index 99116e2a310aaa3506f724a93fcb1b1f06b4d2fc..d3d76136f53adea6293244f7cd9a9aa07f24b4d0 100644 (file)
@@ -2160,7 +2160,7 @@ static int __init cfq_init(void)
 
 static void __exit cfq_exit(void)
 {
-       DECLARE_COMPLETION(all_gone);
+       DECLARE_COMPLETION_ONSTACK(all_gone);
        elv_unregister(&iosched_cfq);
        ioc_gone = &all_gone;
        /* ioc_gone's update must be visible before reading ioc_count */
This page took 0.04603 seconds and 5 git commands to generate.