From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 23/45] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3 [ver #41] Date: Wed, 26 Nov 2008 14:40:37 +0000 Message-ID: <13588.1227710437@redhat.com> References: <20081122173839.GJ3186@webber.adilger.int> <20081120144139.10667.75519.stgit@warthog.procyon.org.uk> <20081120144338.10667.55564.stgit@warthog.procyon.org.uk> Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org To: Andreas Dilger Return-path: Received: from mx2.redhat.com ([66.187.237.31]:35226 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbYKZOkk (ORCPT ); Wed, 26 Nov 2008 09:40:40 -0500 In-Reply-To: <20081122173839.GJ3186@webber.adilger.int> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Andreas Dilger wrote: > The same patch is needed for ext4. That doesn't look to be necessary. Ext4 already seems to use mapping rather than f_mapping in these places. David