Skip to content

io_uring: Add missing include for ITER_SOURCE and ITER_DEST - #1154

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

io_uring: Add missing include for ITER_SOURCE and ITER_DEST#1154
blktests-ci[bot] wants to merge 1 commit into
linus-master_basefrom
series/1148033=>linus-master

Conversation

@blktests-ci

@blktests-ci blktests-ci Bot commented Aug 18, 2026

Copy link
Copy Markdown

Pull request for series with
subject: io_uring: Add missing include for ITER_SOURCE and ITER_DEST
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1148033

@blktests-ci

blktests-ci Bot commented Aug 18, 2026

Copy link
Copy Markdown
Author

Upstream branch: 8d3ae59
series: https://patchwork.kernel.org/project/linux-block/list/?series=1148033
version: 1

Fix IWYU issues:

/tmp/next/build/include/linux/io_uring_types.h:56:32: error: 'ITER_DEST'
undeclared here (not in a function)
   56 |         IO_BUF_DEST     = 1 << ITER_DEST,
      |                                ^~~~~~~~~
/tmp/next/build/include/linux/io_uring_types.h:57:32: error: 'ITER_SOURCE'
undeclared here (not in a function)
   57 |         IO_BUF_SOURCE   = 1 << ITER_SOURCE,
      |                                ^~~~~~~~~~~

Fixes: 95961b72c57b2 ("io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE")
Signed-off-by: Mark Brown <broonie@kernel.org>
@blktests-ci

blktests-ci Bot commented Aug 19, 2026

Copy link
Copy Markdown
Author

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

@blktests-ci
blktests-ci Bot force-pushed the series/1148033=>linus-master branch from 92ebb71 to 155a801 Compare August 19, 2026 05:27
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.

1 participant