Widening ext4's readdir() cookie
Widening ext4's readdir() cookie
Posted Mar 28, 2013 9:18 UTC (Thu) by dlang (guest, #313)In reply to: Widening ext4's readdir() cookie by paulj
Parent article: Widening ext4's readdir() cookie
the big problem is that the directory contents may be changed by something else while you are going through the list of files.
So your b-tree or other complex structure may change, potentially significantly.