aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index eeaf861a5a1d..d80be58d78f4 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -1534,7 +1534,7 @@ ffs_backgroundwritedone(struct buf *bp)
* by biodone it will be tossed.
*/
bp->b_flags |= B_NOCACHE;
- bp->b_flags &= ~(B_CACHE | B_DONE);
+ bp->b_flags &= ~B_CACHE;
bufdone(bp);
BO_LOCK(bufobj);
/*