]> git.baikalelectronics.ru Git - kernel.git/commit
blk_sync_queue() should cancel request_queue->unplug_work
authorOleg Nesterov <oleg@tv-sign.ru>
Tue, 23 Oct 2007 13:08:19 +0000 (15:08 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 29 Oct 2007 10:33:05 +0000 (11:33 +0100)
commit7adde2432f8ce439836d22bf361aee718e1ecf88
tree8e5468b3b2191eb4a497eb7edaa5ac3372c7ff28
parent690ffeb93ad55ebb7ec448c558943274b2b12d32
blk_sync_queue() should cancel request_queue->unplug_work

blk_sync_queue() cancels the timer, but forgets to cancel the work.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/ll_rw_blk.c