diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-03-12 02:24:58 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-03-12 02:24:58 +0000 |
| commit | 4ef2094e457b4e11e04bb4e2c70ea3bf57cf9ac3 (patch) | |
| tree | 45b7ce4c6bfa5f186dd372ee2194509ea0186cca /sys/kern/vfs_cluster.c | |
| parent | ed1ff184f320feeed3d731f03ab20cadb9a3d9ef (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 27e9167d83cf..f7bd95e2947e 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)vfs_cluster.c 8.7 (Berkeley) 2/13/94 - * $Id: vfs_cluster.c,v 1.78 1999/01/21 08:29:05 dillon Exp $ + * $Id: vfs_cluster.c,v 1.79 1999/01/27 21:49:58 dillon Exp $ */ #include "opt_debug_cluster.h" @@ -778,8 +778,8 @@ cluster_wbuild(vp, size, start_lbn, len) bp->b_bufsize += size; s = splbio(); - --numdirtybuffers; - tbp->b_flags &= ~(B_READ | B_DONE | B_ERROR | B_DELWRI); + bundirty(tbp); + tbp->b_flags &= ~(B_READ | B_DONE | B_ERROR); tbp->b_flags |= B_ASYNC; reassignbuf(tbp, tbp->b_vp); /* put on clean list */ ++tbp->b_vp->v_numoutput; |
