K 10 svn:author V 3 kib K 8 svn:date V 27 2011-01-25T14:04:02.483535Z K 7 svn:log V 279 When vtruncbuf() iterates over the vnode buffer list, lock buffer object before checking the validity of the next buffer pointer. Otherwise, the buffer might be reclaimed after the check, causing iteration to run into wrong buffer. Reported and tested by: pho MFC after: 1 week END