dm-snap.c: Remove blk_run_queues() from flush_bios().  (Not sure about
           this).
--- diff/drivers/md/dm-snap.c	2004-03-16 09:42:18.363141616 +0000
+++ source/drivers/md/dm-snap.c	2004-03-16 09:42:27.676725736 +0000
@@ -575,8 +575,6 @@ static void flush_bios(struct bio *bio)
 		generic_make_request(bio);
 		bio = n;
 	}
-
-	blk_run_queues();
 }
 
 /*