All of lore.kernel.org
 help / color / mirror / Atom feed
* Readahead pages
@ 2010-09-17  7:11 Marco Stornelli
  0 siblings, 0 replies; only message in thread
From: Marco Stornelli @ 2010-09-17  7:11 UTC (permalink / raw)
  To: linux-fsdevel

Hi,

testing my fs (pramfs), I can see that VFS calls my read_page function
for a single read on a file. I'm using the do_sync_read path and
direct IO to read/write on a file. The read page is called from
readahead path (from page_cache_sync_readahead), but in the backing
dev info, the ra pages is zero, so how is it possible? Is the fs in
charge of doing some call to avoid readahead or is not possible avoid
it?

Thanks.

Marco

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-17  7:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-17  7:11 Readahead pages Marco Stornelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.