diff options
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r-- | sys/kern/vfs_bio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index c18795b..bea2269 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1258,7 +1258,8 @@ brelse(struct buf * bp) if (!(bp->b_vflags & BV_BKGRDINPROG)) bp->b_flags |= B_RELBUF; VI_UNLOCK(bp->b_vp); - } + } else + bp->b_flags |= B_RELBUF; } /* |