All of lore.kernel.org
 help / color / mirror / Atom feed
* Where does a process wait after requesting some data file ?
@ 2009-01-15 13:50 Francis Moreau
  2009-01-15 14:00 ` Matthew Wilcox
  0 siblings, 1 reply; 8+ messages in thread
From: Francis Moreau @ 2009-01-15 13:50 UTC (permalink / raw)
  To: linux-fsdevel

Hello,

Let's say that a process wants to read a page of data stored in a file.
For that it issues a sys_read().

Now the data page is not in the page cache and it must be fetched from
the disk.

So I assume while the data page is recovered from the disk, the process
is suspended until the data are ready to be read.

Could anybody show me where in the source code where the process is
suspended ?

Thanks
-- 
Francis

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

end of thread, other threads:[~2009-01-17 22:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 13:50 Where does a process wait after requesting some data file ? Francis Moreau
2009-01-15 14:00 ` Matthew Wilcox
2009-01-15 16:20   ` Manish Katiyar
2009-01-15 16:54     ` Matthew Wilcox
2009-01-15 16:56       ` Manish Katiyar
2009-01-16 16:30   ` Francis Moreau
2009-01-17 21:06     ` Matthew Wilcox
2009-01-17 22:07       ` Francis Moreau

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.