Received: with ECARTIS (v1.0.0; list xfs); Tue, 26 Aug 2008 22:56:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-r574664 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id m7R5ueWY022276 for ; Tue, 26 Aug 2008 22:56:41 -0700 Received: from chook.melbourne.sgi.com (chook.melbourne.sgi.com [134.14.54.237]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id PAA13756; Wed, 27 Aug 2008 15:58:01 +1000 Received: by chook.melbourne.sgi.com (Postfix, from userid 16380) id 1ECB158C52A8; Wed, 27 Aug 2008 15:58:01 +1000 (EST) To: xfs@oss.sgi.com, sgi.bugs.xfs@engr.sgi.com Subject: TAKE 986143 - Fix barrier status change detection. Message-Id: <20080827055801.1ECB158C52A8@chook.melbourne.sgi.com> Date: Wed, 27 Aug 2008 15:58:01 +1000 (EST) From: pleckie@sgi.com (Peter Leckie) X-Virus-Scanned: ClamAV 0.91.2/8096/Tue Aug 26 17:21:28 2008 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 17743 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: pleckie@sgi.com Precedence: bulk X-list: xfs Fix barrier status change detection. The current code in xlog_iodone() uses the wrong macro to check if the barrier has been cleared due to an EOPNOTSUPP error form the lower layer. Signed-off-by: Dave Chinner Signed-off-by: Nathaniel W. Turner Date: Wed Aug 27 15:56:11 AEST 2008 Workarea: chook.melbourne.sgi.com:/build/pleckie/2.6.x-xfs Inspected by: pleckie,david@fromorbit.com The following file(s) were checked into: longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb Modid: xfs-linux-melb:xfs-kern:31984a fs/xfs/xfs_log.c - 1.367 - changed http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log.c.diff?r1=text&tr1=1.367&r2=text&tr2=1.366&f=h - Fix barrier status change detection.