diff options
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r-- | sys/kern/vfs_bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 9efebd4..063e7d0 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -877,7 +877,7 @@ ibwrite(struct buf *bp) bp->b_flags &= ~B_DONE; bp->b_ioflags &= ~BIO_ERROR; - bp->b_flags |= B_WRITEINPROG | B_CACHE; + bp->b_flags |= B_CACHE; bp->b_iocmd = BIO_WRITE; VI_LOCK(bp->b_vp); |