Re: [PATCH] blk: fix possible queue stall in blk_do_ordered

From: Tejun Heo
Date: Thu Jan 12 2006 - 11:25:19 EST


Mark Lord wrote:
Tejun Heo wrote:

Previously, if a fs request which was being drained failed and got
requeued, blk_do_ordered() didn't allow it to be reissued, which
causes queue stall. This patch makes blk_do_ordered() use the
sequence of each request to determine whether a request can be issued
or not. This fixes the bug and simplifies code.


What kernel(s) is this against? The patch seems to fail on 2.6.15.

Thanks

It's against v2.6.15-mm2. It's sort of a follow-up patch for the following.

http://marc.theaimsgroup.com/?l=linux-kernel&m=113707430626490&w=2

--
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/