mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-20 13:30:29 +00:00
The earlier change advances the reader past the tournament winner before the entry is emitted. It's possible we get an -EAGAIN trying to allocate a block while in the out: path, and then it's silently dropped. If we return an error here, the whole compaction will be discarded and be redone later. Signed-off-by: Auke Kok <auke.kok@versity.com>