projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
c1f50f7
)
Use 0 instead of DDIR_READ to iterate from 0 to DDIR_RWDIR_CNT
author
Tomohiro Kusumi
<tkusumi@tuxera.com>
Tue, 14 Feb 2017 15:19:48 +0000
(17:19 +0200)
committer
Jens Axboe
<axboe@fb.com>
Tue, 14 Feb 2017 15:24:24 +0000
(08:24 -0700)
I think this is better since we want to count up DDIR_RWDIR_CNT,
but not specifically (count - something) even if something is 0,
and that's basically what DDIR_RWDIR_CNT is there for to equal
SYNC=3 after READ/WRITE/TRIM in io_ddir.h.
Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
No differences found