On Sun, 23 Sep 2007 14:33:11 +0530
"Akshay Sumant" <[EMAIL PROTECTED]> wrote:

> Hi all,
>           in utlk there is following paragraph which is confusing me..
>           Is it a case that pages belonging to user mode addr space
> are not present in page cache?? What actually are the contents of
> page cache then?

Some pages from user mode processes will be in the page
cache, for example the pages from shared libraries,
shared memory segments and other mmaped files.

However, the page cache also contains file data that is
not mmaped into any process.

In addition, processes usually have pages that are not
part of the page cache, for example the BSS, the heap
and the stack.

-- 
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to