From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch 16/44] rd convert to new aops Date: Tue, 24 Apr 2007 11:46:47 +0100 Message-ID: <20070424104647.GB13268@infradead.org> References: <20070424012346.696840000@suse.de> <20070424013434.737154000@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Linux Filesystems , Mark Fasheh To: Nick Piggin Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:37127 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932753AbXDXKqs (ORCPT ); Tue, 24 Apr 2007 06:46:48 -0400 Content-Disposition: inline In-Reply-To: <20070424013434.737154000@suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > + page = __grab_cache_page(mapping, index); btw, __grab_cache_page should probably get a more descriptive and non-__-prefixed name now that it's used all over the place.