From 465221b0121f5cf70585d7338c6448ac4b251257 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 30 May 2008 22:07:49 +0200 Subject: [PATCH] Add dprint() to io_u requeue Signed-off-by: Jens Axboe --- io_u.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/io_u.c b/io_u.c index 04900ee1..e4e16931 100644 --- a/io_u.c +++ b/io_u.c @@ -350,6 +350,8 @@ void requeue_io_u(struct thread_data *td, struct io_u **io_u) { struct io_u *__io_u = *io_u; + dprint(FD_IO, "requeue %p\n", __io_u); + __io_u->flags |= IO_U_F_FREE; if ((__io_u->flags & IO_U_F_FLIGHT) && (__io_u->ddir != DDIR_SYNC)) td->io_issues[__io_u->ddir]--; -- 2.25.1