K 10 svn:author V 8 mckusick K 8 svn:date V 27 2002-10-14T19:54:39.000000Z K 7 svn:log V 321 When scanning the freelist looking for candidate vnodes to recycle, be sure to exit the loop with vp == NULL if no candidates are found. Formerly, this bug would cause the last vnode inspected to be used, even if it was not available. The result was a panic "vn_finished_write: neg cnt". Sponsored by: DARPA & NAI Labs. END