mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
io_uring: use a rwf_t for io_rw.flags
Use the proper type. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20220518084005.3255380-2-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
c7fb19428d
commit
20cbd21d89
|
|
@ -640,7 +640,7 @@ struct io_rw {
|
|||
struct kiocb kiocb;
|
||||
u64 addr;
|
||||
u32 len;
|
||||
u32 flags;
|
||||
rwf_t flags;
|
||||
};
|
||||
|
||||
struct io_connect {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user