diff options
Diffstat (limited to 'block/elevator.c')
-rw-r--r-- | block/elevator.c | 7 |
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 | } |
860 | EXPORT_SYMBOL(elv_dequeue_request); | ||
861 | 854 | ||
862 | int elv_queue_empty(struct request_queue *q) | 855 | int elv_queue_empty(struct request_queue *q) |
863 | { | 856 | { |