File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -427,9 +427,6 @@ struct bfq_iocq_bfqq_data {
427
427
*/
428
428
bool saved_IO_bound ;
429
429
430
- u64 saved_io_start_time ;
431
- u64 saved_tot_idle_time ;
432
-
433
430
/*
434
431
* Same purpose as the previous fields for the values of the
435
432
* field keeping the queue's belonging to a large burst
@@ -450,20 +447,23 @@ struct bfq_iocq_bfqq_data {
450
447
*/
451
448
unsigned int saved_weight ;
452
449
450
+ u64 saved_io_start_time ;
451
+ u64 saved_tot_idle_time ;
452
+
453
453
/*
454
454
* Similar to previous fields: save wr information.
455
455
*/
456
456
unsigned long saved_wr_coeff ;
457
457
unsigned long saved_last_wr_start_finish ;
458
458
unsigned long saved_service_from_wr ;
459
459
unsigned long saved_wr_start_at_switch_to_srt ;
460
- unsigned int saved_wr_cur_max_time ;
461
460
struct bfq_ttime saved_ttime ;
461
+ unsigned int saved_wr_cur_max_time ;
462
462
463
463
/* Save also injection state */
464
- u64 saved_last_serv_time_ns ;
465
464
unsigned int saved_inject_limit ;
466
465
unsigned long saved_decrease_time_jif ;
466
+ u64 saved_last_serv_time_ns ;
467
467
468
468
/* candidate queue for a stable merge (due to close creation time) */
469
469
struct bfq_queue * stable_merge_bfqq ;
You can’t perform that action at this time.
0 commit comments