Re: POSIX_FADV_NOREUSE and O_STREAMING behavior in 2.6.7

From: David Greaves
Date: Thu Aug 26 2004 - 13:55:04 EST


David Rolenc wrote:

I am trying to get O_STREAMING (Robert Love patch for 2.4) behavior in 2.6 and just a glance at fadvise.c suggests that POSIX_FADV_NOREUSE is not implemented any differently than POSIX_FADV_WILLNEED. Am I missing something? I want to read data from disk with readahead and drop the data from the page cache as soon as I am done with it. Do I have to call fadvise with POSIX_FADV_DONTNEED after every read?

And will this work over nfs?

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/