Commit 20cbd21d authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe

io_uring: use a rwf_t for io_rw.flags

Use the proper type.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220518084005.3255380-2-hch@lst.deSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent c7fb1942
...@@ -640,7 +640,7 @@ struct io_rw { ...@@ -640,7 +640,7 @@ struct io_rw {
struct kiocb kiocb; struct kiocb kiocb;
u64 addr; u64 addr;
u32 len; u32 len;
u32 flags; rwf_t flags;
}; };
struct io_connect { struct io_connect {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment