1
0
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:
Jeff Roberson 2003-08-31 01:07:45 +00:00
parent b5c61abd82
commit a7db559087
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119599

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