public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* POSIX_FADV_NOREUSE and O_STREAMING behavior in 2.6.7
@ 2004-08-26 17:39 David Rolenc
  2004-08-26 18:17 ` Robert Love
  2004-08-26 18:38 ` David Greaves
  0 siblings, 2 replies; 9+ messages in thread
From: David Rolenc @ 2004-08-26 17:39 UTC (permalink / raw)
  To: linux-kernel

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?

Thanks,

David Rolenc
RT Logic!
www.rtlogic.com 


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-08-27 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-26 17:39 POSIX_FADV_NOREUSE and O_STREAMING behavior in 2.6.7 David Rolenc
2004-08-26 18:17 ` Robert Love
2004-08-26 19:23   ` David Rolenc
2004-08-26 18:38 ` David Greaves
2004-08-26 19:11   ` Trond Myklebust
2004-08-27  8:25     ` David Greaves
2004-08-27 17:21       ` Trond Myklebust
2004-08-27 17:37       ` Trond Myklebust
2004-08-26 19:11   ` David Rolenc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox