* Question about the io_context of I/O scheduler
@ 2006-12-22 17:08 Roy Lee
0 siblings, 0 replies; only message in thread
From: Roy Lee @ 2006-12-22 17:08 UTC (permalink / raw)
To: linux-kernel; +Cc: roylee17
Hi,
I'm currently tracing the I/O path of the kernel (2.6.19 release)
for the I/O scheduler, as far I as know, io_context is currently based on
per-process basis.
so, when an user process issued an I/O, the request generated in the kernel
will be associated to the io_context of the "current" process, right?
but, isn't there some request generated in the kernel code which is not
relevant to the I/O pattern of the "current" user process?
for example, when the request generated to handle the page fault
or the kernel is paging out other process' pages due to memory pressure.
is this an issue or did I miss something?
thanks in advance for clearifying this.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-22 17:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-22 17:08 Question about the io_context of I/O scheduler Roy Lee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome