Remove a reference check
authorJens Axboe <jens.axboe@oracle.com>
Thu, 11 Jun 2009 07:56:21 +0000 (09:56 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 11 Jun 2009 07:56:21 +0000 (09:56 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
ioengines.c

index 230e846b2d52bf12b89e588fc19114ea4e833df6..c143b3387d8213de770ca6a8bd609089cbf1a700 100644 (file)
@@ -398,8 +398,6 @@ err:
 
 int td_io_close_file(struct thread_data *td, struct fio_file *f)
 {
 
 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);
 
        if (!fio_file_closing(f))
                log_file(td, f, FIO_LOG_CLOSE_FILE);