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>
Wed, 15 Jan 2020 22:05:04 +0000 (15:05 -0700)
commitdb058e3427b1bb7ca9b009acc65ffd3fe2d50477
treeca4bdff71ace4882f8cf1cc3cd007c3c3ca8b8a5
parent5293d0fa21d593d6a261f6e213780db17ffe0a63
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