From owner-freebsd-current Wed Feb 22 10:11:06 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA24192 for current-outgoing; Wed, 22 Feb 1995 10:11:06 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA24183; Wed, 22 Feb 1995 10:11:02 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id KAA09895; Wed, 22 Feb 1995 10:10:35 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.9/8.6.5) with SMTP id KAA00251; Wed, 22 Feb 1995 10:10:34 -0800 Message-Id: <199502221810.KAA00251@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: current@FreeBSD.org, julian@FreeBSD.org Subject: Re: st.c - is this right?? In-reply-to: Your message of "Wed, 22 Feb 95 09:15:54 PST." <199502221715.JAA06992@time.cdrom.com> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 22 Feb 1995 10:10:32 -0800 Sender: current-owner@FreeBSD.org Precedence: bulk >Line 1043 of /sys/scsi/st.c: > > /* > * Correctly set the buf to indicate a completed xfer > */ > iodone(bp); > ^^^^^^ > >Shouldn't this be a biodone? Yes, but it doesn't matter: ./sys/buf.h:#define iodone biodone /* Old name for biodone. */ -DG