Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2001 12:18:46 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha machdep.c
Message-ID:  <200103292018.f2TKIk488349@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103292018.f2TKIk488349>