K 10 svn:author V 3 rrs K 8 svn:date V 27 2010-07-02T09:53:26.118989Z K 7 svn:log V 359 Fix a bug that WILL cause a panic. Basically a read-lock is being called to check the vtag-timewait cache. Then in two cases (where a vtag is bad i.e. in the time-wait state) the write-unlock is called NOT the read-unlock. Under conditions where lots of associations are coming and going this will cause the system to panic at some point. MFC after: 3 days END