We don't need to splbio() around biodone().

This commit is contained in:
Poul-Henning Kamp 1999-04-02 13:58:24 +00:00
parent 1f8601aee2
commit 2def3dba56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45247

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.189 1999/02/20 22:16:13 dt Exp $
* $Id: wd.c,v 1.190 1999/03/23 10:22:19 bde Exp $
*/
/* TODO:
@ -693,10 +693,8 @@ wdstrategy(register struct buf *bp)
return;
done:
s = splbio();
/* toss transfer, we're done early */
biodone(bp);
splx(s);
}
static void