From bd199f2b98eeb9101795e40fdef5889c630178c1 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 26 Mar 2008 09:57:18 +0100 Subject: [PATCH] Fix badly merged dprint() Signed-off-by: Jens Axboe --- filesetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesetup.c b/filesetup.c index bb43ee58..4774d842 100644 --- a/filesetup.c +++ b/filesetup.c @@ -37,6 +37,7 @@ static int extend_file(struct thread_data *td, struct fio_file *f) unlink_file = 1; if (unlink_file || new_layout) { + dprint(FD_FILE, "layout unlink %s\n", f->file_name); if ((unlink(f->file_name) < 0) && (errno != ENOENT)) { td_verror(td, errno, "unlink"); return 1; @@ -116,7 +117,6 @@ err: return 1; } - dprint(FD_FILE, "layout unlink %s\n", f->file_name); static unsigned long long get_rand_file_size(struct thread_data *td) { unsigned long long ret, size_d; -- 2.25.1