- If there is no vp assume that BKGRDINPROG is not set and set RELPBUF in

brelse().
This commit is contained in:
jeff 2003-08-31 01:07:45 +00:00
parent 0008f2bb1d
commit 5e7832253c

View File

@ -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;
}
/*