This patch fixes q->unplug_thresh condition check in
authorTejun Heo <htejun@gmail.com>
Thu, 16 Jun 2005 10:57:31 +0000 (12:57 +0200)
committerJens Axboe <axboe@suse.de>
Thu, 16 Jun 2005 10:57:31 +0000 (12:57 +0200)
__elv_add_request().  rq.count[READ] + rq.count[WRITE] can increase
more than one if another thread has allocated a request after the
current request is allocated or in_flight could have changed resulting
in larger-than-one change of nrq, thus breaking the threshold
mechanism.

Signed-off-by: Jens Axboe <axboe@suse.de>
Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/block/elevator.c

Simple merge