From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755927Ab2GYQEj (ORCPT ); Wed, 25 Jul 2012 12:04:39 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54332 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755797Ab2GYQEi (ORCPT ); Wed, 25 Jul 2012 12:04:38 -0400 Date: Wed, 25 Jul 2012 17:04:34 +0100 From: Mel Gorman To: Greg KH Cc: Stable , Linux-MM , LKML Subject: Re: [PATCH 15/34] mm: migration: clean up unmap_and_move() Message-ID: <20120725160434.GC9222@suse.de> References: <1343050727-3045-1-git-send-email-mgorman@suse.de> <1343050727-3045-16-git-send-email-mgorman@suse.de> <20120725154526.GA18901@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20120725154526.GA18901@kroah.com> 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 Wed, Jul 25, 2012 at 08:45:26AM -0700, Greg KH wrote: > 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? > Another patch that was merged to the distribution kernel before picked up by mainline. In this case, I copied across the signed-off-bys and missed my own Signed-off-by: Mel Gorman -- Mel Gorman SUSE Labs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx109.postini.com [74.125.245.109]) by kanga.kvack.org (Postfix) with SMTP id 9B3786B004D for ; Wed, 25 Jul 2012 12:04:38 -0400 (EDT) Date: Wed, 25 Jul 2012 17:04:34 +0100 From: Mel Gorman Subject: Re: [PATCH 15/34] mm: migration: clean up unmap_and_move() Message-ID: <20120725160434.GC9222@suse.de> References: <1343050727-3045-1-git-send-email-mgorman@suse.de> <1343050727-3045-16-git-send-email-mgorman@suse.de> <20120725154526.GA18901@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20120725154526.GA18901@kroah.com> Sender: owner-linux-mm@kvack.org List-ID: To: Greg KH Cc: Stable , Linux-MM , LKML On Wed, Jul 25, 2012 at 08:45:26AM -0700, Greg KH wrote: > 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? > Another patch that was merged to the distribution kernel before picked up by mainline. In this case, I copied across the signed-off-bys and missed my own Signed-off-by: Mel Gorman -- Mel Gorman SUSE Labs -- 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