On Mon, 2003-11-03 at 12:17, Hannu Krosing wrote: > Can you use combinations like ( FADV_NOREUS | FADV_SEQUENTIAL ) You can do an fadvise() for FADV_SEQUENTIAL, and then another fadvise() for FADV_NOREUSE. -Neil
Next: From: Manfred Spraul Date: 2003-11-03 19:24:59 Subject: Re: adding support for posix_fadvise() Previous: From: Josh Berkus Date: 2003-11-03 18:44:46 Subject: Re: Annotated release notes