Skip to content

bvec: make the bvec_iter helpers inline functions#882

Open
blktests-ci[bot] wants to merge 1 commit into
linus-master_basefrom
series/1100752=>linus-master
Open

bvec: make the bvec_iter helpers inline functions#882
blktests-ci[bot] wants to merge 1 commit into
linus-master_basefrom
series/1100752=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented May 26, 2026

Pull request for series with
subject: bvec: make the bvec_iter helpers inline functions
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1100752

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 26, 2026

Upstream branch: eed108e
series: https://patchwork.kernel.org/project/linux-block/list/?series=1100752
version: 1

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 26, 2026

Upstream branch: e8c2f9f
series: https://patchwork.kernel.org/project/linux-block/list/?series=1100752
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1100752=>linus-master branch from 7a8af07 to 79ad803 Compare May 26, 2026 16:00
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 26, 2026

Upstream branch: e8c2f9f
series: https://patchwork.kernel.org/project/linux-block/list/?series=1100752
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1100752=>linus-master branch from 79ad803 to c0727d4 Compare May 26, 2026 18:23
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 26, 2026

Upstream branch: e8c2f9f
series: https://patchwork.kernel.org/project/linux-block/list/?series=1100752
version: 1

The macros are impossible to follow due to the lack of visual type
information and all the braces.  Replace them with inline helpers to
improve on that.  Because the calling conventions are a bit problematic
with a lot of passing structures by value, all the helpers are marked
as __always_inline so that they are force inlined.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
@blktests-ci blktests-ci Bot force-pushed the series/1100752=>linus-master branch from c0727d4 to fe3a0a6 Compare May 26, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants