Re: [PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()

2013-12-02 Thread Joonsoo Kim
On Mon, Dec 02, 2013 at 03:01:07PM -0800, Andrew Morton wrote: > On Thu, 28 Nov 2013 16:48:43 +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 try_to_unmap(). > > > > In

Re: [PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()

2013-12-02 Thread Andrew Morton
On Thu, 28 Nov 2013 16:48:43 +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 try_to_unmap(). > > In this patch, I change following things. > > 1. enable rmap_walk() if

Re: [PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()

2013-12-02 Thread Naoya Horiguchi
On Thu, Nov 28, 2013 at 04:48:43PM +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 try_to_unmap(). > > In this patch, I change following things. > > 1. enable rmap_walk() if

Re: [PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()

2013-12-02 Thread Naoya Horiguchi
On Thu, Nov 28, 2013 at 04:48:43PM +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 try_to_unmap(). In this patch, I change following things. 1. enable rmap_walk() if

Re: [PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()

2013-12-02 Thread Andrew Morton
On Thu, 28 Nov 2013 16:48:43 +0900 Joonsoo Kim iamjoonsoo@lge.com wrote: Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in try_to_unmap(). In this patch, I change following things. 1. enable rmap_walk()

Re: [PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()

2013-12-02 Thread Joonsoo Kim
On Mon, Dec 02, 2013 at 03:01:07PM -0800, Andrew Morton wrote: On Thu, 28 Nov 2013 16:48:43 +0900 Joonsoo Kim iamjoonsoo@lge.com wrote: Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in try_to_unmap().

[PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()

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 try_to_unmap(). In this patch, I change following things. 1. enable rmap_walk() if !CONFIG_MIGRATION. 2. mechanical change to use rmap_walk() in try_to_unmap().

[PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()

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 try_to_unmap(). In this patch, I change following things. 1. enable rmap_walk() if !CONFIG_MIGRATION. 2. mechanical change to use rmap_walk() in try_to_unmap().