mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-08 04:55:21 +00:00
The migration from the new iterator interface in upstream to the old readdir interface in rhel7 got the sense of the filldir return code wrong. Any readdir would deadlock livelock as the dot entry was returned at offset 0 without advancing f_pos. Signed-off-by: Zach Brown <zab@versity.com>