mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
io_uring: Add missing include for ITER_SOURCE and ITER_DEST
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: 95961b72c5 ("io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE")
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
1f59015e95
commit
1b04ca2aca
|
|
@ -6,6 +6,7 @@
|
|||
#include <linux/task_work.h>
|
||||
#include <linux/bitmap.h>
|
||||
#include <linux/llist.h>
|
||||
#include <linux/uio.h>
|
||||
#include <uapi/linux/io_uring.h>
|
||||
|
||||
struct iou_loop_params;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user