Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id g0ULxLd23854 for linux-xfs-outgoing; Wed, 30 Jan 2002 13:59:21 -0800 Received: from yog-sothoth.sgi.com (eugate.sgi.com [192.48.160.10]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id g0ULxHd23830 for ; Wed, 30 Jan 2002 13:59:17 -0800 Received: from zeus-e8.americas.sgi.com (zeus-e8.americas.sgi.com [128.162.8.103]) by yog-sothoth.sgi.com (980305.SGI.8.8.8-aspam-6.2/980304.SGI-aspam-europe) via ESMTP id VAA106723 for ; Wed, 30 Jan 2002 21:56:59 +0100 (CET) mail_from (lord@sgi.com) Received: from daisy-e185.americas.sgi.com (daisy-e185.americas.sgi.com [128.162.185.214]) by zeus-e8.americas.sgi.com (SGI-SGI-8.9.3/americas-smart-nospam1.1) with ESMTP id OAA12536 for ; Wed, 30 Jan 2002 14:57:56 -0600 (CST) Received: from jen.americas.sgi.com (jen.americas.sgi.com [128.162.187.49]) by daisy-e185.americas.sgi.com (SGI-8.9.3/SGI-server-1.7) with ESMTP id OAA03601 for ; Wed, 30 Jan 2002 14:57:56 -0600 (CST) From: Steve Lord Received: by jen.americas.sgi.com (8.11.6/SGI-client-1.7) id g0UKtmd17041; Wed, 30 Jan 2002 14:55:48 -0600 Message-Id: <200201302055.g0UKtmd17041@jen.americas.sgi.com> Date: Wed, 30 Jan 2002 14:55:48 -0600 Subject: TAKE - fix bitkeeper on xfs To: linux-xfs@oss.sgi.com Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Status: O Content-Length: 610 Lines: 21 Date: Wed Jan 30 12:55:07 PST 2002 Workarea: jen.americas.sgi.com:/src/lord/xfs-linux.2.4 The following file(s) were checked into: bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs Modid: 2.4.x-xfs:slinx:110651a linux/fs/buffer.c - 1.100 - Fix up return values used in xfs writepage call, plus a couple of other tweaks. linux/fs/xfs/linux/xfs_iops.c - 1.120 - Fix up return values used in xfs writepage linux/fs/xfs/pagebuf/page_buf_io.c - 1.5 - No longer return a count of pages written in the write full page path, and ensure that we write out pages passed into writepage from the mmap path.