commit | 0b5faf6ba7fb78bb1fe7336d23ea1978386a6c3a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Feb 06 21:42:51 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Feb 08 13:07:00 2020 -0700 |
tree | c914e31b45e69a9cde8a44136a036045de231fc4 | |
parent | ff002b30181d30cdfbca316dadd099c3ca0d739c [diff] |
io_uring: allow AT_FDCWD for non-file openat/openat2/statx Don't just check for dirfd == -1, we should allow AT_FDCWD as well for relative lookups. Signed-off-by: Jens Axboe <axboe@kernel.dk>