From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Dike Subject: Re: [patch 37/44] hostfs convert to new aops Date: Fri, 27 Apr 2007 12:11:54 -0400 Message-ID: <20070427161154.GB8329@c2.user-mode-linux.org> References: <20070424012346.696840000@suse.de> <20070424013438.840253000@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 [198.99.130.12] ([198.99.130.12]:53316 "EHLO saraswathi.solana.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1756054AbXD0QQY (ORCPT ); Fri, 27 Apr 2007 12:16:24 -0400 Content-Disposition: inline In-Reply-To: <20070424013438.840253000@suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Apr 24, 2007 at 11:24:23AM +1000, Nick Piggin wrote: > This also gets rid of a lot of useless read_file stuff. And also > optimises the full page write case by marking a !uptodate page uptodate. > > Cc: Jeff Dike > Cc: Linux Filesystems > Signed-off-by: Nick Piggin Looks good. Acked-by: Jeff Dike