2011-03-13 15:10:25

by Evgenii Lepikhin

[permalink] [raw]
Subject: Something like POSIX_FADV_DONTNEED for metadata needed

Hello,

I want to read a huge number of directories listings without resetting
the current buffers. Is there some kind of analogue of the flag
POSIX_FADV_DONTNEED to prohibit caching inodes and directory listing?


Thank you.