From 54c00a8e27c0b6842fa73016d74087a9fabc925d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 11 Jun 2009 09:56:21 +0200 Subject: [PATCH 1/1] Remove a reference check Signed-off-by: Jens Axboe --- ioengines.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ioengines.c b/ioengines.c index 230e846b..c143b338 100644 --- a/ioengines.c +++ b/ioengines.c @@ -398,8 +398,6 @@ err: int td_io_close_file(struct thread_data *td, struct fio_file *f) { - assert(f->references); - if (!fio_file_closing(f)) log_file(td, f, FIO_LOG_CLOSE_FILE); -- 2.25.1