Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 19 Oct 2001 09:03:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 19 Oct 2001 09:03:10 -0400 Received: from garrincha.netbank.com.br ([200.203.199.88]:9738 "HELO netbank.com.br") by vger.kernel.org with SMTP id ; Fri, 19 Oct 2001 09:02:56 -0400 Date: Fri, 19 Oct 2001 11:03:12 -0200 (BRST) From: Rik van Riel X-X-Sender: To: Hugh Dickins Cc: , Subject: Re: [RFC][PATCH] free more swap space on exit() In-Reply-To: Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 Oct 2001, Hugh Dickins wrote: > Please just find_get_page and TryLockPage within > free_swap_and_swap_cache? I really don't like the idea of sprinkling the magic all around the VM subsystem, but prefer to keep the code easier to maintain instead. About the "undoes some inlining", I guess we might as well mark __find_get_page() inline then so it gets included into __find_lock_page(), after all it's the equivalent code so it should end up the same as before. regards, Rik -- DMCA, SSSCA, W3C? Who cares? http://thefreeworld.net/ (volunteers needed) http://www.surriel.com/ http://distro.conectiva.com/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/