On Tue, 12 Oct 2021 18:17:56 +0200, Christoph Hellwig wrote: > this series moves various declarations that do not need to be > global out of bio.h. > > Diffstat: > block/bio.c | 100 ++++++++++++++++++++++++++++--------------------- > block/blk-merge.c | 31 +++++++++++++++ > block/blk-mq-sched.h | 5 ++ > include/linux/bio.h | 78 -------------------------------------- > include/linux/blk-mq.h | 6 ++ > 5 files changed, 99 insertions(+), 121 deletions(-) > > [...] Applied, thanks! [1/8] block: remove BIO_BUG_ON commit: 50c1c0fdacf093dca591e36db62ffa5b68db2ba5 [2/8] block: don't include <linux/ioprio.h> in <linux/bio.h> commit: 572f1bca6dfd38d5bf27bb617cffbd4788adaa16 [3/8] block: move bio_mergeable out of bio.h commit: 272ff6fb565b310b436f3348c482f6feaeee4915 [4/8] block: fold bio_cur_bytes into blk_rq_cur_bytes commit: 5eb9cd2ccdf779f83870370c815630a32b7df77d [5/8] block: move bio_full out of bio.h commit: 8dc8d6c0124882a931b7f00400c546de36ba888f [6/8] block: mark __bio_try_merge_page static commit: 3184916715244d9382c18102e509b995d9ddd2a0 [7/8] block: move bio_get_{first,last}_bvec out of bio.h commit: ca52cd788dc82151876484255580bbf5e09781ed [8/8] block: mark bio_truncate static commit: 55b8648b7650e7b1d2eae81521c642f80f3fd152 Best regards, -- Jens Axboe