diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-07-25 21:24:23 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-07-25 21:24:23 +0000 |
| commit | cf95b5c38182a9a9721a81d574f850f33ff31eb8 (patch) | |
| tree | decfba6d72a4ee95eba49ec562edf0d69589ffbc /sys/kern/vfs_cluster.c | |
| parent | 3ed994c6c3ad732c92003037c6bb022d20731fa6 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index c51598b0a385..453831fe0a4f 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -969,7 +969,7 @@ cluster_wbuild(vp, size, start_lbn, len) tbp->b_ioflags &= ~BIO_ERROR; tbp->b_flags |= B_ASYNC; tbp->b_iocmd = BIO_WRITE; - reassignbuf(tbp, tbp->b_vp); /* put on clean list */ + reassignbuf(tbp); /* put on clean list */ VI_LOCK(tbp->b_vp); ++tbp->b_vp->v_numoutput; VI_UNLOCK(tbp->b_vp); |
