]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
block: move around bio flagging helpers
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 23 Nov 2025 22:51:23 +0000 (22:51 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 12 Dec 2025 19:36:44 +0000 (12:36 -0700)
commitd9f514d3e6ee48c34d70d637479b4c9384832d4f
treee32facab3a553fe8b091557cff8e6aae4e105cb8
parenta0750fae73c55112ea11a4867bee40f11e679405
block: move around bio flagging helpers

We'll need bio_flagged() earlier in bio.h for later patches, move it
together with all related helpers, and mark the bio_flagged()'s bio
argument as const.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/bio.h