Antonio SJ Musumeci c4a85f5fad readdir: add dirent index array
This removes the risk of corrupted data being sent back to the kernel
should it use the offset from one opendir-readdir in another. In this case
it would at most skip dirents.

According to the standards the offset is only valid when used within
the opendir -> releasedir but NFS uses offsets across independent
calls.
2020-07-12 12:43:33 -04:00
..
2020-06-18 18:54:25 -04:00
2020-07-12 12:43:33 -04:00
2020-02-10 18:54:07 -05:00
2020-06-18 18:54:25 -04:00
2020-07-12 12:43:33 -04:00