K 10 svn:author V 3 mav K 8 svn:date V 27 2018-06-14T17:02:58.296153Z K 7 svn:log V 194 MFC r333127: Fix use-after-free in nvme_qpair_destroy(). dma_tag_payload should not be destroyed before payload_dma_map, and seems it should be used there instead of dma_tag to match creation. END