On 05/07/2014 10:16 PM, Minchan Kim wrote: > On Tue, Apr 29, 2014 at 02:21:23PM -0700, John Stultz wrote: >> + update_hiwater_rss(mm); >> + if (PageAnon(page)) >> + dec_mm_counter(mm, MM_ANONPAGES); >> + else >> + dec_mm_counter(mm, MM_FILEPAGES); > We can add file-backed page part later when we move to suppport vrange-file. Fair enough. That bit is easy to drop for now. thanks -john -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>