]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - block/cfq-iosched.c
[PATCH] csa: basic accounting over taskstats
[linux-2.6-omap-h63xx.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 */