- If there is no vp assume that BKGRDINPROG is not set and set RELPBUF in
brelse().
This commit is contained in:
parent
0008f2bb1d
commit
5e7832253c
@ -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