aboutsummaryrefslogtreecommitdiffstats
path: root/block/elevator.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/elevator.c')
-rw-r--r--block/elevator.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/block/elevator.c b/block/elevator.c
index e5677fe4f412..86836dd179c0 100644
--- a/block/elevator.c
+++ b/block/elevator.c
@@ -850,14 +850,7 @@ void elv_dequeue_request(struct request_queue *q, struct request *rq)
850 */ 850 */
851 if (blk_account_rq(rq)) 851 if (blk_account_rq(rq))
852 q->in_flight++; 852 q->in_flight++;
853
854 /*
855 * We are now handing the request to the hardware, add the
856 * timeout handler.
857 */
858 blk_add_timer(rq);
859} 853}
860EXPORT_SYMBOL(elv_dequeue_request);
861 854
862int elv_queue_empty(struct request_queue *q) 855int elv_queue_empty(struct request_queue *q)
863{ 856{