summaryrefslogtreecommitdiffstats
path: root/sys/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c
index 08437e4..edb2cbc 100644
--- a/sys/nfs/nfs_vnops.c
+++ b/sys/nfs/nfs_vnops.c
@@ -3131,7 +3131,7 @@ nfs_writebp(bp, force, procp)
BUF_STRATEGY(bp);
if( (oldflags & B_ASYNC) == 0) {
- int rtval = biowait(bp);
+ int rtval = bufwait(bp);
if (oldflags & B_DELWRI) {
s = splbio();
OpenPOWER on IntegriCloud