File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1510,11 +1510,21 @@ static struct cftype throtl_legacy_files[] = {
1510
1510
.private = (unsigned long )& blkcg_policy_throtl ,
1511
1511
.seq_show = blkg_print_stat_bytes ,
1512
1512
},
1513
+ {
1514
+ .name = "throttle.io_service_bytes_recursive" ,
1515
+ .private = (unsigned long )& blkcg_policy_throtl ,
1516
+ .seq_show = blkg_print_stat_bytes_recursive ,
1517
+ },
1513
1518
{
1514
1519
.name = "throttle.io_serviced" ,
1515
1520
.private = (unsigned long )& blkcg_policy_throtl ,
1516
1521
.seq_show = blkg_print_stat_ios ,
1517
1522
},
1523
+ {
1524
+ .name = "throttle.io_serviced_recursive" ,
1525
+ .private = (unsigned long )& blkcg_policy_throtl ,
1526
+ .seq_show = blkg_print_stat_ios_recursive ,
1527
+ },
1518
1528
{ } /* terminate */
1519
1529
};
1520
1530
You can’t perform that action at this time.
0 commit comments