11/19
Joe Thornber (joe@fib011235813.fsnet.co.uk)
Mon, 16 Dec 2002 10:13:14 +0000
Add a blk_run_queues() call to encourage pending io to flush
when we're doing a dm_suspend().
--- diff/drivers/md/dm.c	2002-12-16 09:41:08.000000000 +0000
+++ source/drivers/md/dm.c	2002-12-16 09:41:12.000000000 +0000
@@ -722,6 +722,7 @@
 	 * Then we wait for the already mapped ios to
 	 * complete.
 	 */
+	blk_run_queues();
 	while (1) {
 		set_current_state(TASK_INTERRUPTIBLE);
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/