diff options
| author | John Garry <[email protected]> | 2022-07-06 20:03:51 +0800 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2022-07-06 06:33:53 -0600 |
| commit | 9bdb4833dd399cbff82cc20893f52bdec66a9eca (patch) | |
| tree | 9b70359858af4b60146836f65baafa1228399951 /include/linux/debugobjects.h | |
| parent | 99e48cd6855e9535488e3c90d65edd46c6e6fc1b (diff) | |
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
With new API blk_mq_is_reserved_rq() we can tell if a request is from
the reserved pool, so stop passing 'reserved' arg. There is actually
only a single user of that arg for all the callback implementations, which
can use blk_mq_is_reserved_rq() instead.
This will also allow us to stop passing the same 'reserved' around the
blk-mq iter functions next.
Signed-off-by: John Garry <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Acked-by: Ulf Hansson <[email protected]> # For MMC
Reviewed-by: Martin K. Petersen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions