Re: [PATCH v4] pagemap: switch to the new format and do some cleanup

2015-06-16 Thread Konstantin Khlebnikov
On Wed, Jun 17, 2015 at 7:59 AM, Konstantin Khlebnikov wrote: > On Wed, Jun 17, 2015 at 12:29 AM, Andrew Morton > wrote: >> On Mon, 15 Jun 2015 08:56:49 +0300 Konstantin Khlebnikov >> wrote: >> >>> This patch removes page-shift bits (scheduled to remove since 3.11) and >>> completes migration t

Re: [PATCH v4] pagemap: switch to the new format and do some cleanup

2015-06-16 Thread Konstantin Khlebnikov
On Wed, Jun 17, 2015 at 12:29 AM, Andrew Morton wrote: > On Mon, 15 Jun 2015 08:56:49 +0300 Konstantin Khlebnikov > wrote: > >> This patch removes page-shift bits (scheduled to remove since 3.11) and >> completes migration to the new bit layout. Also it cleans messy macro. > > hm, I can't find a

Re: [PATCH v4] pagemap: switch to the new format and do some cleanup

2015-06-16 Thread Andrew Morton
On Mon, 15 Jun 2015 08:56:49 +0300 Konstantin Khlebnikov wrote: > This patch removes page-shift bits (scheduled to remove since 3.11) and > completes migration to the new bit layout. Also it cleans messy macro. hm, I can't find any kernel version to which this patch comes close to applying. -

Re: [PATCH v4] pagemap: switch to the new format and do some cleanup

2015-06-15 Thread Mark Williamson
Thanks! No outstanding issues with the patchset, from our side. Reviewed-by: mwilliam...@undo-software.com On Mon, Jun 15, 2015 at 6:56 AM, Konstantin Khlebnikov wrote: > From: Konstantin Khlebnikov > > This patch removes page-shift bits (scheduled to remove since 3.11) and > completes migrati

[PATCH v4] pagemap: switch to the new format and do some cleanup

2015-06-14 Thread Konstantin Khlebnikov
From: Konstantin Khlebnikov This patch removes page-shift bits (scheduled to remove since 3.11) and completes migration to the new bit layout. Also it cleans messy macro. Signed-off-by: Konstantin Khlebnikov --- v4: fix misprint PM_PFEAME_BITS -> PM_PFRAME_BITS --- fs/proc/task_mmu.c| 1