mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Hmm, diff/patch still doesn't like me.
Missed one s/biowait/bufwait/g
This commit is contained in:
parent
a3b693c9d7
commit
95bdaa0ee8
1 changed files with 2 additions and 2 deletions
|
|
@ -2573,14 +2573,14 @@ allocbuf(struct buf *bp, int size)
|
|||
}
|
||||
|
||||
/*
|
||||
* biowait:
|
||||
* bufwait:
|
||||
*
|
||||
* Wait for buffer I/O completion, returning error status. The buffer
|
||||
* is left locked and B_DONE on return. B_EINTR is converted into a EINTR
|
||||
* error and cleared.
|
||||
*/
|
||||
int
|
||||
biowait(register struct buf * bp)
|
||||
bufwait(register struct buf * bp)
|
||||
{
|
||||
int s;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue