From owner-cvs-all Sun Jun 27 4:40:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B38DA15158; Sun, 27 Jun 1999 04:40:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA19411; Sun, 27 Jun 1999 04:40:09 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906271140.EAA19411@freefall.freebsd.org> From: Peter Wemm Date: Sun, 27 Jun 1999 04:40:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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