MFC rev 1.497
Submitted by: tegge Approved by: re
This commit is contained in:
parent
2c9b2a4d12
commit
d55e451fd1
@ -2396,8 +2396,7 @@ getblk(struct vnode * vp, daddr_t blkno, int size, int slpflag, int slptimeo,
|
||||
bp->b_flags |= B_NOCACHE;
|
||||
bwrite(bp);
|
||||
} else {
|
||||
if ((bp->b_flags & B_VMIO) &&
|
||||
(LIST_FIRST(&bp->b_dep) == NULL)) {
|
||||
if (LIST_FIRST(&bp->b_dep) == NULL) {
|
||||
bp->b_flags |= B_RELBUF;
|
||||
brelse(bp);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user