Widening ext4's readdir() cookie
Widening ext4's readdir() cookie
Posted Mar 28, 2013 14:14 UTC (Thu) by etienne (guest, #25256)In reply to: Widening ext4's readdir() cookie by paulj
Parent article: Widening ext4's readdir() cookie
> In which case, why not just keep a separate, simpler index?
There is an obvious index, which is the index of the inode in the directory as written to the hard disk sectors - but all index are worse than cookies because if you are currently using file 4 (out of 10), and someone removes the file number 2, when you will ask for file 5, you will skip a file...