commit | 6ca56f845955e325033758f90a2cffe150f31bc8 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Sep 18 16:51:19 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Sep 21 07:51:00 2020 -0600 |
tree | e184e08aa690dacd7f9b7073061f207494a717a2 | |
parent | 72f04da48a9828ba3ae8ac77bea648bda8b7d0ff [diff] |
io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL These will naturally fail when attempted through SQPOLL, but either with -EFAULT or -EBADF. Make it explicit that these are not workable through SQPOLL and return -EINVAL, just like other ops that need to use ->files. Signed-off-by: Jens Axboe <axboe@kernel.dk>