Received: by oss.sgi.com id ; Thu, 22 Feb 2001 04:55:44 -0800 Received: from 66-2-81-26.customer.algx.net ([66.2.81.26]:21543 "EHLO wiley.ceo.com") by oss.sgi.com with ESMTP id ; Thu, 22 Feb 2001 04:55:31 -0800 Received: from mindspring.com (IDENT:danny@localhost [127.0.0.1]) by wiley.ceo.com (8.9.3/8.9.3) with ESMTP id IAA06731 for ; Thu, 22 Feb 2001 08:07:22 -0500 Message-ID: <3A950F0A.77EA2CCC@mindspring.com> Date: Thu, 22 Feb 2001 08:07:22 -0500 From: Danny Reply-To: dcox@connex.com Organization: Connex Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.1-XFS i686) X-Accept-Language: en MIME-Version: 1.0 To: Linux-XFS Subject: xfs_buf.h patch Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing All, A small addendum to last night's CVS addition: --- linux.sgi/fs/xfs/xfs_buf.h Thu Feb 22 07:49:11 2001 +++ linux.hacked/fs/xfs/xfs_buf.h Thu Feb 22 08:02:24 2001 @@ -299,7 +299,7 @@ #define xfs_bdwrite(mp, bp) XFS_bdwrite(bp) -#define XFS_bdstrat(bp) pagbuf_iorequest(bp) +#define XFS_bdstrat(bp) pagebuf_iorequest(bp) #define xfs_iowait(pb) \ pagebuf_iowait(pb) -- "Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing had happened." -- Winston Churchill Danny