Loading block/blk-stat.c +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ #include "blk-stat.h" #include "blk-mq.h" #define BLK_RQ_STAT_BATCH 64 static void blk_stat_flush_batch(struct blk_rq_stat *stat) { const s32 nr_batch = READ_ONCE(stat->nr_batch); Loading include/linux/blk_types.h +0 −2 Original line number Diff line number Diff line Loading @@ -287,8 +287,6 @@ struct blk_issue_stat { u64 time; }; #define BLK_RQ_STAT_BATCH 64 struct blk_rq_stat { s64 mean; u64 min; Loading Loading
block/blk-stat.c +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ #include "blk-stat.h" #include "blk-mq.h" #define BLK_RQ_STAT_BATCH 64 static void blk_stat_flush_batch(struct blk_rq_stat *stat) { const s32 nr_batch = READ_ONCE(stat->nr_batch); Loading
include/linux/blk_types.h +0 −2 Original line number Diff line number Diff line Loading @@ -287,8 +287,6 @@ struct blk_issue_stat { u64 time; }; #define BLK_RQ_STAT_BATCH 64 struct blk_rq_stat { s64 mean; u64 min; Loading