]> git.baikalelectronics.ru Git - kernel.git/commit
blk: move blk_delete_timer call in end_that_request_last
authorMike Anderson <andmike@linux.vnet.ibm.com>
Thu, 30 Oct 2008 09:16:20 +0000 (02:16 -0700)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 6 Nov 2008 07:41:56 +0000 (08:41 +0100)
commit6d220905a18d7b1b75b784741279a25003313061
treebd65da0f0f87c844fb4a22c5c56822a5ff15165b
parentc77a852e0d423bf9fb87b5a438ed48e18bfd730b
blk: move blk_delete_timer call in end_that_request_last

Move the calling  blk_delete_timer to later in end_that_request_last to
address an issue where blkdev_dequeue_request may have add a timer for the
request.

Signed-off-by: Mike Anderson <andmike@linux.vnet.ibm.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-core.c