io_uring: add 'struct open_how' to the openat request context
authorJens Axboe <axboe@kernel.dk>
Thu, 9 Jan 2020 00:41:21 +0000 (17:41 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Jan 2020 00:04:04 +0000 (17:04 -0700)
commitc12cedf24e786509de031a832e6b0e5f8b3ca37b
tree15b0e4f42451bbe57a8610247d861f312b0d48b7
parentf2842ab5b72d7ee5f7f8385c2d4f32c133f5837b
io_uring: add 'struct open_how' to the openat request context

We'll need this for openat2(2) support, remove flags and mode from
the existing io_open struct.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c