K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-03-13T07:22:53.000000Z K 7 svn:log V 278 - Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not been possible for some time. - Lock the buf before accessing fields. This should very rarely be locked. - Assert that B_DELWRI is set after we acquire the buf. This should always be the case now. END