K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-09-22T06:44:03.536377Z K 7 svn:log V 366 When invoking the udp_send() from udp6_send() due to use of a v6-mapped IPv4 address, first drop the udbinfo and inpcb locks, which will otherwise be recursed. This leads to a potential minor race, but is preferable to a deadlock when acquiring a read lock after a write lock on the inpcb. MFC after: 3 days Reported by: Norbert Papke , lioux END