From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752313Ab2GYSDt (ORCPT ); Wed, 25 Jul 2012 14:03:49 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:50222 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752081Ab2GYSDr (ORCPT ); Wed, 25 Jul 2012 14:03:47 -0400 Date: Wed, 25 Jul 2012 11:03:42 -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: <20120725180342.GB12723@kroah.com> References: <1343050727-3045-1-git-send-email-mgorman@suse.de> <1343050727-3045-16-git-send-email-mgorman@suse.de> <20120725154526.GA18901@kroah.com> <20120725160434.GC9222@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120725160434.GC9222@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 Wed, Jul 25, 2012 at 05:04:34PM +0100, Mel Gorman wrote: > 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 Thanks, I've now added it. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx128.postini.com [74.125.245.128]) by kanga.kvack.org (Postfix) with SMTP id 00E276B006C for ; Wed, 25 Jul 2012 14:03:47 -0400 (EDT) Received: by ghrr18 with SMTP id r18so1264800ghr.14 for ; Wed, 25 Jul 2012 11:03:47 -0700 (PDT) Date: Wed, 25 Jul 2012 11:03:42 -0700 From: Greg KH Subject: Re: [PATCH 15/34] mm: migration: clean up unmap_and_move() Message-ID: <20120725180342.GB12723@kroah.com> References: <1343050727-3045-1-git-send-email-mgorman@suse.de> <1343050727-3045-16-git-send-email-mgorman@suse.de> <20120725154526.GA18901@kroah.com> <20120725160434.GC9222@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120725160434.GC9222@suse.de> Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman Cc: Stable , Linux-MM , LKML On Wed, Jul 25, 2012 at 05:04:34PM +0100, Mel Gorman wrote: > 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 Thanks, I've now added it. 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