K 10 svn:author V 3 mav K 8 svn:date V 27 2018-06-14T17:09:33.689245Z K 7 svn:log V 347 MFC r333180: Fix LOR between controller and queue locks. Admin pass-through requests took controller lock before the queue lock, but in case of request submission to a failed controller controller lock was taken after the queue lock. Fix that by reducing the lock scopes and switching to mtx_pool locks to track pass-through request completion. END