Received: by oss.sgi.com id ; Tue, 30 May 2000 10:09:09 -0700 Received: from deliverator.sgi.com ([204.94.214.10]:606 "EHLO deliverator.sgi.com") by oss.sgi.com with ESMTP id ; Tue, 30 May 2000 06:11:47 -0700 Received: from ledzep.cray.com (ledzep.cray.com [137.38.226.97]) by deliverator.sgi.com (980309.SGI.8.8.8-aspam-6.2/980310.SGI-aspam) via ESMTP id GAA17949 for ; Tue, 30 May 2000 06:51:30 -0700 (PDT) mail_from (lord@sgi.com) Received: from ironwood-e185.americas.sgi.com (ironwood.cray.com [128.162.185.212]) by ledzep.cray.com (SGI-SGI-8.9.3/craymail-smart-nospam1.0) with ESMTP id IAA47224 for ; Tue, 30 May 2000 08:53:51 -0500 (CDT) Received: from localhost.localdomain (root@eagdhcp-184-27.americas.sgi.com [128.162.184.177]) by ironwood-e185.americas.sgi.com (8.8.4/SGI-ironwood-e1.5) with ESMTP id IAA06606 for ; Tue, 30 May 2000 08:53:51 -0500 (CDT) Received: from laptop by localhost.localdomain (8.9.3/SGI-client.1.6) via ESMTP id IAA01491; Tue, 30 May 2000 08:55:22 -0500 Message-Id: <200005301355.IAA01491@localhost.localdomain> To: linux-xfs@oss.sgi.com Subject: TAKE - fix pageblock macros Date: Tue, 30 May 2000 08:55:22 -0500 From: Stephen Lord Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing These macros did not function correctly, potentially leading to extra code getting executed, extra disk I/O and possibly meta-data corruption. Modid: 2.3.99pre2-xfs:slinx:62968a Date: Sun May 28 07:05:57 PDT 2000 Workarea: 192.82.201.237:/mnt/usr/src/lord/linux-xfs The following file(s) were checked into: bonnie.engr.sgi.com:/isms/slinx/2.3.99pre2-xfs linux/include/linux/mm.h - 1.33 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/include/linux/mm.h.diff?r1=text&tr1=1.33&r2=text&tr2=1.32&f=h - Fix PageBlockValid and PageBlockInvalid macros - these did not always function correctly due to testing for 1 or 0 return from test_bit.