Re: [PATCH 0/5] minor clean-up and optimize highmem related code

2012-10-31 Thread JoonSoo Kim
Hello, Andrew. 2012/10/29 JoonSoo Kim : > Hi, Minchan. > > 2012/10/29 Minchan Kim : >> Hi Joonsoo, >> >> On Mon, Oct 29, 2012 at 04:12:51AM +0900, Joonsoo Kim wrote: >>> This patchset clean-up and optimize highmem related code. >>> >>> [1] is just clean-up and doesn't introduce any functional chan

Re: [PATCH 0/5] minor clean-up and optimize highmem related code

2012-10-29 Thread JoonSoo Kim
Hi, Minchan. 2012/10/29 Minchan Kim : > Hi Joonsoo, > > On Mon, Oct 29, 2012 at 04:12:51AM +0900, Joonsoo Kim wrote: >> This patchset clean-up and optimize highmem related code. >> >> [1] is just clean-up and doesn't introduce any functional change. >> [2-3] are for clean-up and optimization. >> T

Re: [PATCH 0/5] minor clean-up and optimize highmem related code

2012-10-28 Thread Minchan Kim
Hi Joonsoo, On Mon, Oct 29, 2012 at 04:12:51AM +0900, Joonsoo Kim wrote: > This patchset clean-up and optimize highmem related code. > > [1] is just clean-up and doesn't introduce any functional change. > [2-3] are for clean-up and optimization. > These eliminate an useless lock opearation and li

[PATCH 0/5] minor clean-up and optimize highmem related code

2012-10-28 Thread Joonsoo Kim
This patchset clean-up and optimize highmem related code. [1] is just clean-up and doesn't introduce any functional change. [2-3] are for clean-up and optimization. These eliminate an useless lock opearation and list management. [4-5] is for optimization related to flush_all_zero_pkmaps(). Joonso