]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - block/blk-core.c
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)
commitabbeb88d00bef294ce661a9229c1dc31be064545
tree8e5468b3b2191eb4a497eb7edaa5ac3372c7ff28
parent4310864b9d17714e64446bfb8bc7dbcb96454475
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