EUhm now a bit more constructive than my last reply (sorry, couldn't help
myself :)
Referring to Mel Gorman's excellent v2.4 kernel VM documentation:
Understanding The
Linux Virtual Memory Manager
"
12. Swap Management
Just as Linux uses free memory for purposes such as buffering data from
disk, there eventually is a need to free up private or anonymous pages used
by a process. These pages, unlike those backed by a file on disk, cannot be
simply discarded to be read in later. Instead they have to be carefully
copied to backing storage, sometimes called the swap area. This chapter
details how Linux uses and manages its backing storage.
"
http://www.csn.ul.ie/~mel/projects/vm/guide/html/understand/node73.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/