projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
2c3a4ae
)
engines/libaio: fix submit loop to use 'ld->queued' for exit
author
Jens Axboe
<axboe@fb.com>
Wed, 1 Oct 2014 14:42:27 +0000
(08:42 -0600)
committer
Jens Axboe
<axboe@fb.com>
Wed, 1 Oct 2014 14:42:27 +0000
(08:42 -0600)
We could have head == tail for a full ring, so use the
amount queued as the gauge instead. This would be very
hard to trigger, as it would require a full ring on entry
and the first submit would have to fail to submit anything
before we loop around.
Signed-off-by: Jens Axboe <axboe@fb.com>
No differences found