[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] VM improvements for 2.1.131
>>>>> "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
--
This is a majordomo managed list. To unsubscribe, send a message with
the body 'unsubscribe linux-mm me@address' to: majordomo@kvack.org