K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-07-07T05:29:45.000000Z K 7 svn:log V 271 - BUF_REFCNT() seems to be the preferred method for verifying a locked buf. Tell vop_strategy_pre() to use this instead. - Ignore B_CLUSTER bufs. Their components are locked but they don't really exist so they don't have to be. This isn't ideal but it is safe. END