projects
/
fio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH cpu io threads need not have lots of stuff setup
[fio.git]
/
log.c
diff --git
a/log.c
b/log.c
index 134355603cb14e417344d5b4058b8a9ee14874cf..b151164760a40042e403bfc422245fe83afdab68 100644
(file)
--- a/
log.c
+++ b/
log.c
@@
-172,6
+172,9
@@
int init_iolog(struct thread_data *td)
{
int ret = 0;
+ if (td->io_ops->flags & FIO_CPUIO)
+ return 0;
+
if (td->read_iolog_file)
ret = init_iolog_read(td);
else if (td->write_iolog_file)