Re: [PATCH] io_uring: Add missing include for ITER_SOURCE and ITER_DEST
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.linux-block |
|---|---|
| Message-ID | <178709486888.3609576.4614424590881952125.b4-ty@b4> |
On Tue, 18 Aug 2026 19:41:34 +0100, Mark Brown wrote:
> 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,
> | ^~~~~~~~~~~
>
> [...]
Applied, thanks!
[1/1] io_uring: Add missing include for ITER_SOURCE and ITER_DEST
commit: 881dc9dd66d2367e7fe1be0f953a8837cb3b26a9
Best regards,
--
Jens Axboe