Author :
Ran Benita
Date :
2014-06-15 15:30:51
Hash :9c30d6da Message :x11: don't iterate on empty batches
If count % SIZE == 0 we did a useless iteration where start==stop. It's
harmless but strange, so don't do that.
Signed-off-by: Ran Benita <ran234@gmail.com>