commit | cf3040ca55f2085b0a372a620ee2cb93ae19b686 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Feb 06 21:31:40 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Feb 08 13:06:33 2020 -0700 |
tree | d0fc59857057a21bc5289eef781c0e765b752dfb | |
parent | 1e95081cb5b4cf77065d37866f57cf3c90a3df78 [diff] |
io_uring: statx/openat/openat2 don't support fixed files All of these opcodes take a directory file descriptor. We can't easily support fixed files for these operations, and the use case for that probably isn't all that clear (or sensible) anyway. Disable IOSQE_FIXED_FILE for these operations. Reported-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>