From b1735ffa9c5dc5ec18c8fbc121b7b0bc417cdc89 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 20 Jun 2022 08:00:06 -0600 Subject: test/io_uring_register: kill another expected printf() Signed-off-by: Jens Axboe --- test/io_uring_register.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/io_uring_register.c b/test/io_uring_register.c index 4fb6bde..e639f05 100644 --- a/test/io_uring_register.c +++ b/test/io_uring_register.c @@ -244,8 +244,6 @@ static int test_memlock_exceeded(int fd) ret = __sys_io_uring_register(fd, IORING_REGISTER_BUFFERS, &iov, 1); if (ret < 0) { if (errno == ENOMEM) { - fprintf(stderr, "io_uring_register of %zu bytes failed " - "with ENOMEM (expected).\n", iov.iov_len); iov.iov_len /= 2; continue; } -- cgit v1.2.3