From owner-freebsd-current Sun Feb 15 01:08:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28976 for freebsd-current-outgoing; Sun, 15 Feb 1998 01:08:58 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28960 for ; Sun, 15 Feb 1998 01:08:53 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id BAA20543; Sun, 15 Feb 1998 01:08:49 -0800 (PST) To: Greg Lehey cc: Chris Csanady , freebsd-current@FreeBSD.ORG Subject: Re: CCD missing spl() call.. In-reply-to: Your message of "Sun, 15 Feb 1998 19:14:52 +1030." <19980215191452.63038@freebie.lemis.com> Date: Sun, 15 Feb 1998 01:08:48 -0800 Message-ID: <20539.887533728@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > (omitting some #ifdef DEBUG stuff) > > s = splbio(); > > if (cbp->cb_buf.b_flags & B_ERROR) { Erm.. You're in ccdiodone(), a completely different function from the one I (and the submitted patch) was referring to. :-) Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message