| 206 | } |
| 207 | |
| 208 | static void check_tee_support(struct io_uring *ring, struct test_ctx *ctx) |
| 209 | { |
| 210 | int ret; |
| 211 | |
| 212 | ret = do_tee(ring, -1, -1, BUF_SIZE); |
| 213 | has_tee = (ret == -EBADF); |
| 214 | } |
| 215 | |
| 216 | static int check_zero_splice(struct io_uring *ring, struct test_ctx *ctx) |
| 217 | { |