Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 19 Nov 2001 16:31:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 19 Nov 2001 16:31:28 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:53508 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 19 Nov 2001 16:31:16 -0500 Date: Mon, 19 Nov 2001 13:26:00 -0800 (PST) From: Linus Torvalds To: Marcelo Tosatti cc: Simon Kirby , Andrea Arcangeli , lkml , Rik van Riel Subject: Re: VM-related Oops: 2.4.15pre1 In-Reply-To: Message-ID: 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 Mon, 19 Nov 2001, Marcelo Tosatti wrote: > > We ended up talking about the possibility of a reschedule (IRQ) happening > before after the "spin_unlock(pagecache_lock)" but before the > "lru_cache_add()". So? The worst that happens is that the page is not on the LRU list, which just means that it won't be free'd until we add it (which we will do when the lru_cache_add() resumes.. Linus - 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/