summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_inode.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-29 16:25:22 +0000
committerphk <phk@FreeBSD.org>2000-04-29 16:25:22 +0000
commit1931990da03f90281446f4901f3b30c2c383066d (patch)
tree19592270a836346156cc3bec20bf2da14160b941 /sys/ufs/ffs/ffs_inode.c
parent24992f67a9ab42ef0d1f457fe05565fa61032d1b (diff)
downloadFreeBSD-src-1931990da03f90281446f4901f3b30c2c383066d.zip
FreeBSD-src-1931990da03f90281446f4901f3b30c2c383066d.tar.gz
s/biowait/bufwait/g
Prodded by: several.
Diffstat (limited to 'sys/ufs/ffs/ffs_inode.c')
-rw-r--r--sys/ufs/ffs/ffs_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c
index 38aa03b..188278b 100644
--- a/sys/ufs/ffs/ffs_inode.c
+++ b/sys/ufs/ffs/ffs_inode.c
@@ -455,7 +455,7 @@ ffs_indirtrunc(ip, lbn, dbn, lastbn, level, countp)
bp->b_blkno = dbn;
vfs_busy_pages(bp, 0);
BUF_STRATEGY(bp);
- error = biowait(bp);
+ error = bufwait(bp);
}
if (error) {
brelse(bp);
OpenPOWER on IntegriCloud