X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-rupdated Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id nB2F4l6t007664 for ; Wed, 2 Dec 2009 09:04:47 -0600 X-ASG-Debug-ID: 1259766318-622001010000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from bombadil.infradead.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id AA044190FA85 for ; Wed, 2 Dec 2009 07:05:18 -0800 (PST) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id RDlCT0sSTR0UkpR9 for ; Wed, 02 Dec 2009 07:05:18 -0800 (PST) X-ASG-Whitelist: Client Received: from hch by bombadil.infradead.org with local (Exim 4.69 #1 (Red Hat Linux)) id 1NFqlZ-0005NA-KC; Wed, 02 Dec 2009 15:05:17 +0000 Date: Wed, 2 Dec 2009 10:05:17 -0500 From: Christoph Hellwig To: Eric Sandeen Cc: xfs-oss X-ASG-Orig-Subj: Re: [PATCH] xfstests: fix for lazy-sb Subject: Re: [PATCH] xfstests: fix for lazy-sb Message-ID: <20091202150517.GB16338@infradead.org> References: <4B156ED2.9000209@sandeen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B156ED2.9000209@sandeen.net> User-Agent: Mutt/1.5.19 (2009-01-05) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html X-Barracuda-Connect: bombadil.infradead.org[18.85.46.34] X-Barracuda-Start-Time: 1259766318 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean On Tue, Dec 01, 2009 at 01:30:26PM -0600, Eric Sandeen wrote: > Fix tests which would be affected by a change to lazy-sb > by default. > > All tests now explicitly -specify- -l lazy-sb=1 where appropriate, > so this can go in prior to a userspace change. > > Unfortunately many of the logprint outputs must just be taken on faith. > > Also, the irix flavors for e.g. 018.op.irix will need fixing up > if anyone cares. > > This also needs the patch I just sent for xfs_db clearing attr2 > in bad_features2 to complete w/o error. > > Signed-off-by: Eric Sandeen Looks good to me, Reviewed-by: Christoph Hellwig