mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-02 06:07:20 +00:00
The segment waiting loop was rewritten to use n to iterate up to i, but the body of the loop still had i. Take that as a signal to Always Iterate With 'i' and store the last i and then iterate towards it with i again. Signed-off-by: Zach Brown <zab@versity.com>