Received: by oss.sgi.com id ; Mon, 29 May 2000 18:06:07 -0700 Received: from pneumatic-tube.sgi.com ([204.94.214.22]:15672 "EHLO pneumatic-tube.sgi.com") by oss.sgi.com with ESMTP id ; Sat, 27 May 2000 16:42:11 -0700 Received: from ledzep.cray.com (ledzep.cray.com [137.38.226.97]) by pneumatic-tube.sgi.com (980327.SGI.8.8.8-aspam/980310.SGI-aspam) via ESMTP id RAA08266 for ; Sat, 27 May 2000 17:46:24 -0700 (PDT) mail_from (jtk@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 TAA27413 for ; Sat, 27 May 2000 19:40:24 -0500 (CDT) Received: from tiki.americas.sgi.com (tiki.americas.sgi.com [128.162.195.11]) by ironwood-e185.americas.sgi.com (8.8.4/SGI-ironwood-e1.5) with ESMTP id TAA29632; Sat, 27 May 2000 19:40:23 -0500 (CDT) From: Ted Kline Received: by tiki.americas.sgi.com (980427.SGI.8.8.8/SGI-client.1.6) id TAA25916; Sat, 27 May 2000 19:40:22 -0500 (CDT) Message-Id: <200005280040.TAA25916@tiki.americas.sgi.com> Date: Sat, 27 May 2000 19:40:22 -0500 (CDT) To: linux-xfs@oss.sgi.com Cc: jtk@sgi.com Subject: TAKE - Minor 'unresolved buf_zone' fix. Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing For some strange reason, as a MODULE, the reference to buf_zone was somehow resolved, but when built into the kernel, it was not. Modid: 2.3.99pre2-xfs:slinx:62967a Date: Sat May 27 17:38:22 PDT 2000 Workarea: tiki.cray.com:/data/clink/io/jtk/work-linux2.3-99 The following file(s) were checked into: bonnie.engr.sgi.com:/isms/slinx/2.3.99pre2-xfs linux/fs/xfs/xfs_vfsops.c - 1.269 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_vfsops.c.diff?r1=text&tr1=1.269&r2=text&tr2=1.268&f=h - Don't destroy buf_zone if it wasn't allocated. linux/fs/xfs/linux/xfs_fs_bio.c - 1.33 http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/linux/xfs_fs_bio.c.diff?r1=text&tr1=1.33&r2=text&tr2=1.32&f=h - Remove the 'static' from buf_zone.