K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-05-18T22:16:51.084974Z K 7 svn:log V 322 Use rmlocks for netisr2 and enable read-locking in the dispatch path. Despite deeply upsetting WITNESS, this should actually be safe as the rmlock is always acquired read-locked in any processing path that could otherwise lead to a lock order reversal, so we'll want to supress these warnings as with pfil lock warnings. END