From owner-cvs-all Thu Mar 29 12:18:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4189E37B71A; Thu, 29 Mar 2001 12:18:46 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TKIk488349; Thu, 29 Mar 2001 12:18:46 -0800 (PST) (envelope-from obrien) Message-Id: <200103292018.f2TKIk488349@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 12:18:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 12:18:45 PST Modified files: sys/alpha/alpha machdep.c Log: Removed the ``#if 0'' that turned bounds_check_with_label() into worse than a NOP. bounds_check_with_label() would return -1 yet NOT set any of the bio flags to show an error. This meant the caller would not properly see that bounds_check_with_label() did not do any work. This prevented newfs(8) from being able to write a file system on any partition other than `c' on a `ccd'. The logs of this file do not tell _why_ bounds_check_with_label() was emasculated. Nor are there any `XXX' comments. So we'll unemasculated it, and see what breaks. Submitted by: gallatin Revision Changes Path 1.120 +1 -3 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message