Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
user avatar
Andreas Hindborg authored
`blk_queue_flag_set` and `blk_queue_flag_clear` was removed in favor of a
new API. This caused a build error for Rust block device abstractions.
Thus, use the new feature passing API instead of the old removed API.

Fixes: bd4a633b

 ("block: move the nonrot flag to queue_limits")
Signed-off-by: default avatarAndreas Hindborg <a.hindborg@samsung.com>
Link: https://lore.kernel.org/r/20240620085721.1218296-1-nmi@metaspace.dk


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
5ddb88f2