Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 1995 10:10:32 -0800
From:      David Greenman <davidg@Root.COM>
To:        "Jordan K. Hubbard" <jkh@FreeBSD.org>
Cc:        current@FreeBSD.org, julian@FreeBSD.org
Subject:   Re: st.c - is this right?? 
Message-ID:  <199502221810.KAA00251@corbin.Root.COM>
In-Reply-To: Your message of "Wed, 22 Feb 95 09:15:54 PST." <199502221715.JAA06992@time.cdrom.com> 

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



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