mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[BLOCK] Leftover reference to ->max_back_kb
Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
parent
64521d1a3b
commit
772eca7825
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ int elevator_init(request_queue_t *q, char *name)
|
|||
q->last_merge = NULL;
|
||||
q->end_sector = 0;
|
||||
q->boundary_rq = NULL;
|
||||
q->max_back_kb = 0;
|
||||
|
||||
elevator_setup_default();
|
||||
|
||||
|
|
Loading…
Reference in a new issue