K 10 svn:author V 3 mav K 8 svn:date V 27 2018-05-02T20:13:03.278437Z K 7 svn:log V 365 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. Sponsored by: iXsystems, Inc. END