diff options
| author | Bart Van Assche <[email protected]> | 2024-01-17 12:36:09 -0800 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2024-01-17 14:16:34 -0700 |
| commit | 49e60333d743ae32db3bdde2f93bc818482dd741 (patch) | |
| tree | 16b90c2abac095c871072b54d0d6f17448640f7b /include/linux | |
| parent | 78fbb92af27d0982634116c7a31065f24d092826 (diff) | |
blk-mq: Remove the hctx 'run' debugfs attribute
Nobody uses the debugfs hctx 'run' attribute. Hence remove this
attribute and also the code that updates the corresponding member
variable.
Suggested-by: Jens Axboe <[email protected]>
Cc: Gabriel Ryan <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blk-mq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index a676e116085f..7a8150a5f051 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h @@ -391,9 +391,6 @@ struct blk_mq_hw_ctx { */ struct blk_mq_tags *sched_tags; - /** @run: Number of dispatched requests. */ - unsigned long run; - /** @numa_node: NUMA node the storage adapter has been connected to. */ unsigned int numa_node; /** @queue_num: Index of this hardware queue. */ |