mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
iodone->biodone; get rid of older call syntax.
This commit is contained in:
parent
6e65a78aee
commit
686c46d225
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6711
@ -12,7 +12,7 @@
|
||||
* on the understanding that TFS is not responsible for the correct
|
||||
* functioning of this software in any circumstances.
|
||||
*
|
||||
* $Id: st.c,v 1.25 1995/01/24 12:04:56 dufault Exp $
|
||||
* $Id: st.c,v 1.26 1995/01/31 11:41:47 dufault Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1040,7 +1040,7 @@ ststrategy(bp)
|
||||
/*
|
||||
* Correctly set the buf to indicate a completed xfer
|
||||
*/
|
||||
iodone(bp);
|
||||
biodone(bp);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user