Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 1999 04:40:09 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys buf.h
Message-ID:  <199906271140.EAA19411@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/06/27 04:40:08 PDT

  Modified files:
    sys/sys              buf.h 
  Log:
  The BUF_*() routines must be internally splbio() protected otherwise they
  can cause a biodone() from a disk interrupt to spin when the interrupt
  code tries to grab the simplelock.  Masking BIO here means buftimelock
  and/or lk->lk_interlock shouldn't be held when an interrupt tries to grab
  them.
  
  Revision  Changes    Path
  1.73      +37 -8     src/sys/sys/buf.h



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?199906271140.EAA19411>