projects
/
disktools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76cb7b4
)
[PATCH] fio: typo, file_size -> file_offset
author
Jens Axboe
<axboe@suse.de>
Tue, 25 Oct 2005 13:21:17 +0000
(15:21 +0200)
committer
Jens Axboe
<axboe@suse.de>
Tue, 25 Oct 2005 13:21:17 +0000
(15:21 +0200)
fio.c
patch
|
blob
|
blame
|
history
diff --git
a/fio.c
b/fio.c
index 97e92e1b936b5980d20247e6cbc7bea49702ccf8..0c3a3626a6ffb7f2aab4f292d4ee6351f50045f6 100644
(file)
--- a/
fio.c
+++ b/
fio.c
@@
-1063,7
+1063,7
@@
static struct thread_data *get_new_job(int global)
td->overwrite = def_thread.overwrite;
td->invalidate_cache = def_thread.invalidate_cache;
td->file_size = def_thread.file_size;
- td->file_
size
= def_thread.file_offset;
+ td->file_
offset
= def_thread.file_offset;
td->rate = def_thread.rate;
td->ratemin = def_thread.ratemin;
td->ratecycle = def_thread.ratecycle;