Re: [PATCH 8/9] mm/rmap: use rmap_walk() in page_referenced()

2013-12-02 Thread Naoya Horiguchi
On Thu, Nov 28, 2013 at 04:48:45PM +0900, Joonsoo Kim wrote: > Now, we have an infrastructure in rmap_walk() to handle difference > from variants of rmap traversing functions. > > So, just use it in page_referenced(). > > In this patch, I change following things. > > 1. remove some variants of

Re: [PATCH 8/9] mm/rmap: use rmap_walk() in page_referenced()

2013-12-02 Thread Naoya Horiguchi
On Thu, Nov 28, 2013 at 04:48:45PM +0900, Joonsoo Kim wrote: Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in page_referenced(). In this patch, I change following things. 1. remove some variants of rmap

[PATCH 8/9] mm/rmap: use rmap_walk() in page_referenced()

2013-11-27 Thread Joonsoo Kim
Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in page_referenced(). In this patch, I change following things. 1. remove some variants of rmap traversing functions. cf> page_referenced_ksm,

[PATCH 8/9] mm/rmap: use rmap_walk() in page_referenced()

2013-11-27 Thread Joonsoo Kim
Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in page_referenced(). In this patch, I change following things. 1. remove some variants of rmap traversing functions. cf page_referenced_ksm,