From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 9 Feb 2006 20:25:07 -0800 From: Andrew Morton Subject: Re: [PATCH] mm: Implement Swap Prefetching v23 Message-Id: <20060209202507.26f66be0.akpm@osdl.org> In-Reply-To: <200602101514.40140.kernel@kolivas.org> References: <200602101355.41421.kernel@kolivas.org> <200602101449.59486.kernel@kolivas.org> <43EC1164.4000605@yahoo.com.au> <200602101514.40140.kernel@kolivas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Con Kolivas Cc: nickpiggin@yahoo.com.au, linux-mm@kvack.org, ck@vds.kolivas.org, pj@sgi.com, linux-kernel@vger.kernel.org List-ID: Con Kolivas wrote: > > Ok I see. We don't have a way to add to the tail of that list though? del_page_from_lru() + (new) add_page_to_inactive_list_tail(). > Is that > a worthwhile addition to this (ever growing) project? That would definitely > have an impact on the other code if not all done within swap_prefetch.c.. > which would also be quite a large open coded something. Do both of the above in a new function in swap.c. It's likely to have quite some impact on the overall behaviour of the feature - would need careful testing. It might end up screwing the whole thing up. -- 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