MFC rev 1.497

Submitted by: tegge
Approved by: re
This commit is contained in:
scottl 2005-10-29 06:45:38 +00:00
parent 2c9b2a4d12
commit d55e451fd1

View File

@ -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 {