mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-18 21:02:04 +00:00
[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>
This commit is contained in:
parent
4c9f783640
commit
cb19833dcc
2 changed files with 1 additions and 6 deletions
|
@ -339,7 +339,6 @@ struct request_queue
|
|||
*/
|
||||
sector_t end_sector;
|
||||
struct request *boundary_rq;
|
||||
unsigned int max_back_kb;
|
||||
|
||||
/*
|
||||
* Auto-unplugging state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue