Commit 3641c90c authored by Chengming Zhou's avatar Chengming Zhou Committed by Jens Axboe
Browse files

blk-mq: delete dead struct blk_mq_hw_ctx->queued field

parent 70904263
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -397,8 +397,6 @@ struct blk_mq_hw_ctx {
	 */
	struct blk_mq_tags	*sched_tags;

	/** @queued: Number of queued requests. */
	unsigned long		queued;
	/** @run: Number of dispatched requests. */
	unsigned long		run;