K 10 svn:author V 2 mm K 8 svn:date V 27 2014-04-27T09:05:34.921564Z K 7 svn:log V 243 MFC r264689: De-virtualize UMA zone pf_mtag_z and move to global initialization part. The m_tag struct does not know about vnet context and the pf_mtag_free() callback is called unaware of current vnet. This causes a panic. PR: kern/182964 END