Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_uring/fs: remove sqe->rw_flags checking from LINKAT
This is unionized with the actual link flags, so they can of course be set and they will be evaluated further down. If not we fail any LINKAT that has to set option flags. Fixes: cf30da9 ("io_uring: add support for IORING_OP_LINKAT") Cc: [email protected] Reported-by: Thomas Leonard <[email protected]> Link: axboe/liburing#955 Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information