aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-04-30 06:16:03 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-04-30 06:16:03 +0000
commit95bdaa0ee83f3e3b75e06ca3d6e36906ce87d3bc (patch)
treea2b858e7867b69fcbabff209d09847f0cc38b06e /sys
parenta3b693c9d7949a23e48dbf7997ccfbabda552c55 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 7e99d18db5b7..0338cc530534 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -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;