From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753748Ab2GYPpc (ORCPT ); Wed, 25 Jul 2012 11:45:32 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:37238 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750968Ab2GYPpa (ORCPT ); Wed, 25 Jul 2012 11:45:30 -0400 Date: Wed, 25 Jul 2012 08:45:26 -0700 From: Greg KH To: Mel Gorman Cc: Stable , Linux-MM , LKML Subject: Re: [PATCH 15/34] mm: migration: clean up unmap_and_move() Message-ID: <20120725154526.GA18901@kroah.com> References: <1343050727-3045-1-git-send-email-mgorman@suse.de> <1343050727-3045-16-git-send-email-mgorman@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1343050727-3045-16-git-send-email-mgorman@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 23, 2012 at 02:38:28PM +0100, Mel Gorman wrote: > commit 0dabec93de633a87adfbbe1d800a4c56cd19d73b upstream. > > Stable note: Not tracked in Bugzilla. This patch makes later patches > easier to apply but has no other impact. > > unmap_and_move() is one a big messy function. Clean it up. > > Signed-off-by: Minchan Kim > Reviewed-by: KOSAKI Motohiro > Cc: Johannes Weiner > Cc: KAMEZAWA Hiroyuki > Cc: Mel Gorman > Cc: Rik van Riel > Cc: Michal Hocko > Cc: Andrea Arcangeli > Signed-off-by: Andrew Morton > Signed-off-by: Linus Torvalds > --- > mm/migrate.c | 59 ++++++++++++++++++++++++++++++++-------------------------- > 1 file changed, 33 insertions(+), 26 deletions(-) Mel, you didn't sign-off-on this patch. Any reason why? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx151.postini.com [74.125.245.151]) by kanga.kvack.org (Postfix) with SMTP id B4D566B004D for ; Wed, 25 Jul 2012 11:45:30 -0400 (EDT) Received: by pbbrp2 with SMTP id rp2so1829297pbb.14 for ; Wed, 25 Jul 2012 08:45:30 -0700 (PDT) Date: Wed, 25 Jul 2012 08:45:26 -0700 From: Greg KH Subject: Re: [PATCH 15/34] mm: migration: clean up unmap_and_move() Message-ID: <20120725154526.GA18901@kroah.com> References: <1343050727-3045-1-git-send-email-mgorman@suse.de> <1343050727-3045-16-git-send-email-mgorman@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1343050727-3045-16-git-send-email-mgorman@suse.de> Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman Cc: Stable , Linux-MM , LKML On Mon, Jul 23, 2012 at 02:38:28PM +0100, Mel Gorman wrote: > commit 0dabec93de633a87adfbbe1d800a4c56cd19d73b upstream. > > Stable note: Not tracked in Bugzilla. This patch makes later patches > easier to apply but has no other impact. > > unmap_and_move() is one a big messy function. Clean it up. > > Signed-off-by: Minchan Kim > Reviewed-by: KOSAKI Motohiro > Cc: Johannes Weiner > Cc: KAMEZAWA Hiroyuki > Cc: Mel Gorman > Cc: Rik van Riel > Cc: Michal Hocko > Cc: Andrea Arcangeli > Signed-off-by: Andrew Morton > Signed-off-by: Linus Torvalds > --- > mm/migrate.c | 59 ++++++++++++++++++++++++++++++++-------------------------- > 1 file changed, 33 insertions(+), 26 deletions(-) Mel, you didn't sign-off-on this patch. Any reason why? thanks, greg k-h -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org