Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756986Ab0LBEAE (ORCPT ); Wed, 1 Dec 2010 23:00:04 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:37878 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756498Ab0LBEAD (ORCPT ); Wed, 1 Dec 2010 23:00:03 -0500 MIME-Version: 1.0 In-Reply-To: <1291262016.6609.115.camel@heimdal.trondhjem.org> References: <1291259285-26803-1-git-send-email-Trond.Myklebust@netapp.com> <1291259285-26803-2-git-send-email-Trond.Myklebust@netapp.com> <1291259285-26803-3-git-send-email-Trond.Myklebust@netapp.com> <1291262016.6609.115.camel@heimdal.trondhjem.org> From: Linus Torvalds Date: Wed, 1 Dec 2010 19:58:18 -0800 Message-ID: Subject: Re: [PATCH v3 2/3] Call the filesystem back whenever a page is removed from the page cache To: Trond Myklebust Cc: Hugh Dickins , Nick Bowler , Linux Kernel Mailing List , linux-nfs@vger.kernel.org, Andrew Morton , Nick Piggin , Rik van Riel , Christoph Hellwig , Al Viro Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1304 Lines: 26 On Wed, Dec 1, 2010 at 7:53 PM, Trond Myklebust wrote: > > Again, I was being cautious (I freely admit to not having studied > stop_machine()). If nobody disagrees with your interpretation, then I'm > very happy to drop the preempt disable/enable crud. Just remove it. It won't matter for the stop_machine case, and the other case that Andrew pointed out (just unmap with memory pressure) is an independent thing that doesn't do stop_machine anyway. In the next merge window we'll see the whole RCU name lookup (let's see if people can agree on it, or whether I'll just have to do an executive decision and push it through even without consensus), which then rcu-delays inode freeing, and that will fix it for real. When that happens, doing a "rcu_read_lock()" in vmscan.c before the removal of the page from the mapping, and then unlocking after the callback will be a real fix, but it will require the rcu release to be that real fix anyway, so doing something else now will just confuse things. 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/