]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita8216a8fc3259c8484c519b2582bbad0115edd81
tree15b0e4f42451bbe57a8610247d861f312b0d48b7
parentb1e0878ada1cb35204e318537babcbf1018732f1
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