Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964888AbVKGRpW (ORCPT ); Mon, 7 Nov 2005 12:45:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964917AbVKGRpV (ORCPT ); Mon, 7 Nov 2005 12:45:21 -0500 Received: from omx3-ext.sgi.com ([192.48.171.20]:13236 "EHLO omx3.sgi.com") by vger.kernel.org with ESMTP id S964888AbVKGRpT (ORCPT ); Mon, 7 Nov 2005 12:45:19 -0500 Date: Mon, 7 Nov 2005 09:41:06 -0800 (PST) From: Christoph Lameter To: Magnus Damm cc: torvalds@osdl.org, akpm@osdl.org, Marcelo Tosatti , Mike Kravetz , Ray Bryant , Lee Schermerhorn , linux-kernel@vger.kernel.org, Paul Jackson , Dave Hansen , KAMEZAWA Hiroyuki Subject: Re: [PATCH 1/5] Swap Migration V5: LRU operations In-Reply-To: Message-ID: References: <20051101031239.12488.76816.sendpatchset@schroedinger.engr.sgi.com> <20051101031244.12488.38211.sendpatchset@schroedinger.engr.sgi.com> 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 Content-Length: 644 Lines: 18 On Mon, 7 Nov 2005, Magnus Damm wrote: > It looks like the V4 to V5 upgrade added -ENOENT as return value to > __isolate_lru_page(), but did not change the code in > isolate_lru_pages(). Yuck. You are right. > The fix for this is simple, but maybe something else needs to be > changed too or I'm misunderstanding what is happening here. No the fix should simply be replacing the -1 by -ENOENT. - 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/