Re: [PATCH] VM improvements for 2.1.131

Eric W. Biederman (ebiederm+eric@ccr.net)
05 Dec 1998 20:10:01 -0600


>>>>> "RR" == Rik van Riel <H.H.vanRiel@phys.uu.nl> writes:


RR /* Don't allow too many pending pages in flight.. */
RR- if (atomic_read(&nr_async_pages) > SWAP_CLUSTER_MAX)
RR+ if (atomic_read(&nr_async_pages) > pager_daemon.swap_cluster)
RR wait = 1;

How will this possibly work if we are using a swapfile
and we always swap synchronously?

Eric

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/