blk-mq: Embed counters into struct mq_inflight
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 30 Sep 2019 18:55:34 +0000 (21:55 +0300)
committerJens Axboe <axboe@kernel.dk>
Mon, 7 Oct 2019 14:31:59 +0000 (08:31 -0600)
commita2e80f6f044526e00a788aa8e1ed72b1911f4534
treedf015a743e136cec6d161e1c727bdee4606e0e4b
parentbb4e6b149103c285aeeba43a8141ea3b7009c0fa
blk-mq: Embed counters into struct mq_inflight

Store inflight counters immediately in struct mq_inflight.
That's type-safer and removes extra indirection.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c