K 10 svn:author V 3 kib K 8 svn:date V 27 2006-12-20T09:22:31.000000Z K 7 svn:log V 317 In rev. 1.514, iodone on async buffer may happen before code checks the vnode v_flag. For cluster buffers this would result in dereferencing NULL b_vp. To prevent the panic, cache relevant vnode flag before calling bstrategy. Reported by: Peter Holm, kris Tested by: Peter Holm Reviewed by: tegge Pointy hat to: kib END