mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
- If there is no vp assume that BKGRDINPROG is not set and set RELPBUF in
brelse().
This commit is contained in:
parent
b5c61abd82
commit
a7db559087
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119599
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user