]> www.infradead.org Git - users/jedix/linux-maple.git/commit
block: Relocate BLK_MQ_MAX_DEPTH
authorJohn Garry <john.g.garry@oracle.com>
Fri, 19 Jul 2024 11:29:03 +0000 (11:29 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 19 Jul 2024 15:32:48 +0000 (09:32 -0600)
commit793356d23f8a817e164a917c792741a6d6d651ed
tree43153100d5c3001e43135c0e152c8f27c363f1ca
parent3dff6155733f25872530ad358c6f5559800f4ccb
block: Relocate BLK_MQ_MAX_DEPTH

BLK_MQ_MAX_DEPTH is defined as an enumerated value, but has no real
relation to the other members in its enum, so just use #define to provide
the definition.

Signed-off-by: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20240719112912.3830443-7-john.g.garry@oracle.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blk-mq.h