-
由 Jens Axboe 提交于
A previous commit unified how we handle prep for these two functions, but this means that we check the allowed context (SQPOLL, specifically) later than we should. Move the ring type checking into the two parent functions, instead of doing it after we've done some setup work. Fixes: ec65fea5 ("io_uring: deduplicate io_openat{,2}_prep()") Reported-by: NAndy Lutomirski <luto@kernel.org> Signed-off-by: NJens Axboe <axboe@kernel.dk>
4eb8dded