提交 20cbd21d 编写于 作者: C Christoph Hellwig 提交者: Jens Axboe

io_uring: use a rwf_t for io_rw.flags

Use the proper type.
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220518084005.3255380-2-hch@lst.deSigned-off-by: NJens Axboe <axboe@kernel.dk>
上级 c7fb1942
......@@ -640,7 +640,7 @@ struct io_rw {
struct kiocb kiocb;
u64 addr;
u32 len;
u32 flags;
rwf_t flags;
};
struct io_connect {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册