diff options
| author | 2005-10-24 08:35:58 +0200 | |
|---|---|---|
| committer | 2005-10-28 08:46:01 +0200 | |
| commit | cb19833dccb32f97cacbfff834b53523915f13f6 (patch) | |
| tree | 24fb8d125bcfdf5209ac6f502b78160d0193428c /include/linux | |
| parent | [PATCH] 05/05 update biodoc to match new generic dispatch api (diff) | |
| download | linux-dev-cb19833dccb32f97cacbfff834b53523915f13f6.tar.xz linux-dev-cb19833dccb32f97cacbfff834b53523915f13f6.zip | |
[BLOCK] kill generic max_back_kb handling
This patch kills max_back_kb handling from elv_dispatch_sort() and
kills max_back_kb field from struct request_queue.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index bd55b1df8997..159dbcd2eb59 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -339,7 +339,6 @@ struct request_queue */ sector_t end_sector; struct request *boundary_rq; - unsigned int max_back_kb; /* * Auto-unplugging state |
