*** empty log message ***

master
Marc Alexander Lehmann 2019-07-04 23:59:36 +00:00
parent 3a3f0b92e5
commit b499e38a35
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ linuxaio_get_events_from_ring (EV_P)
return 0;
/* parse all available events, but only once, to avoid starvation */
if (tail > head) /* normal case around */
if (ecb_expect_true (tail > head)) /* normal case around */
linuxaio_parse_events (EV_A_ ring->io_events + head, tail - head);
else /* wrapped around */
{