io_uring: don't restrict issue_flags for io_openat
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 28 Feb 2021 22:35:14 +0000 (22:35 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 5 Mar 2021 16:52:29 +0000 (09:52 -0700)
commite45cff58858883290c98f65d409839a7295c95f3
treed0fa0a56d112da38fb5d3e50ee2aaea265472a8c
parent86e0d6766cf909813474857bd22fdc04c97c0b36
io_uring: don't restrict issue_flags for io_openat

45d189c606292 ("io_uring: replace force_nonblock with flags") did
something strange for io_openat() slicing all issue_flags but
IO_URING_F_NONBLOCK. Not a bug for now, but better to just forward the
flags.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c