X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=5a3157a24c498e123db83914eb36e904f1890e24;hp=04d7dcbd2fc368397a5e4765e6e702d438cbbc80;hb=4d4e80f2b4260f2c8b37a8612ce655502a799f7a;hpb=5f1348c709d91ffa54bde1a6a1beb53ecda613b7 diff --git a/io_u.c b/io_u.c index 04d7dcbd..5a3157a2 100644 --- a/io_u.c +++ b/io_u.c @@ -665,7 +665,6 @@ set_file: * td_io_close() does a put_file() as well, so no need to * do that here. */ - unlock_file(io_u->file); io_u->file = NULL; td_io_close_file(td, f); f->flags |= FIO_FILE_DONE;