From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932132AbWJWLty (ORCPT ); Mon, 23 Oct 2006 07:49:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932138AbWJWLty (ORCPT ); Mon, 23 Oct 2006 07:49:54 -0400 Received: from pop5-1.us4.outblaze.com ([205.158.62.125]:27527 "HELO pop5-1.us4.outblaze.com") by vger.kernel.org with SMTP id S932132AbWJWLtx (ORCPT ); Mon, 23 Oct 2006 07:49:53 -0400 Subject: Re: [PATCH] Move swap allocation routines to swap.c From: Nigel Cunningham To: "Rafael J. Wysocki" Cc: Andrew Morton , LKML , Pavel Machek In-Reply-To: <200610231247.09113.rjw@sisk.pl> References: <1161576964.3466.12.camel@nigel.suspend2.net> <200610231247.09113.rjw@sisk.pl> Content-Type: text/plain Date: Mon, 23 Oct 2006 21:49:46 +1000 Message-Id: <1161604186.3315.0.camel@nigel.suspend2.net> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi. On Mon, 2006-10-23 at 12:47 +0200, Rafael J. Wysocki wrote: > On Monday, 23 October 2006 06:16, Nigel Cunningham wrote: > > Move swap allocation routines from swsusp.c to swap.c, so that all of > > the swap related stuff really is in swap.c. > > The original idea was to keep that in swsusp.c because it was also used by > some code in user.c. > > I'd like it to stay as is. The other code in swap.c is also used by user.c. Regards, Nigel