Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755369Ab0LARCY (ORCPT ); Wed, 1 Dec 2010 12:02:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14195 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753098Ab0LARCW (ORCPT ); Wed, 1 Dec 2010 12:02:22 -0500 Message-ID: <4CF67F8E.6050308@redhat.com> Date: Wed, 01 Dec 2010 12:02:06 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.2 MIME-Version: 1.0 To: Linus Torvalds CC: Trond Myklebust , Nick Bowler , Linux Kernel Mailing List , linux-nfs@vger.kernel.org, Andrew Morton , Hugh Dickins , Christoph Hellwig , Al Viro Subject: Re: [PATCH v2 3/3] NFS: Fix a memory leak in nfs_readdir References: <1291217804-11257-1-git-send-email-Trond.Myklebust@netapp.com> <1291217804-11257-2-git-send-email-Trond.Myklebust@netapp.com> <20101201150428.GA2879@elliptictech.com> <1291217804-11257-3-git-send-email-Trond.Myklebust@netapp.com> <1291217804-11257-4-git-send-email-Trond.Myklebust@netapp.com> <4CF67955.2050808@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1012 Lines: 29 On 12/01/2010 11:47 AM, Linus Torvalds wrote: > On Wed, Dec 1, 2010 at 8:35 AM, Rik van Riel wrote: >> >> Surely somebody can have just looked up the page and >> gotten a reference count, right before your ->freepage >> call is invoked? > > No. > > The removal from the page cache is atomic, even in the presence of the > lockless lookup. > > The page cache lookup does a "get_page_unless_zero()" on the count, so > when __remove_mapping() has removed the page using > "page_freeze_refs()", it's really gone, and cannot be looked up. Doh, you're right. I forgot to look at all the stuff that __remove_mapping does nowadays and remembered some very old code from vmscan.c instead. Acked-by: Rik van Riel -- All rights reversed -- 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/