From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: with ECARTIS (v1.0.0; list xfs); Thu, 20 Mar 2008 00:46:02 -0700 (PDT) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.168.28]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m2K7jooE006254 for ; Thu, 20 Mar 2008 00:45:54 -0700 Date: Thu, 20 Mar 2008 03:46:22 -0400 From: Christoph Hellwig Subject: Re: [PATCH] XFSQA 166: support varying page sizes Message-ID: <20080320074622.GE19969@infradead.org> References: <20080320063713.GC103491721@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080320063713.GC103491721@sgi.com> Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com List-Id: xfs To: David Chinner Cc: xfs-dev , xfs-oss On Thu, Mar 20, 2008 at 05:37:13PM +1100, David Chinner wrote: > Make the filter check the resultant output based on > the initial written region size. hence page size of the > machine will not affect the output of the filter. > Modify the golden output to match. Looks good.