K 10 svn:author V 3 mav K 8 svn:date V 27 2012-10-13T11:23:16.634393Z K 7 svn:log V 305 Fix XPT_DEBUG paths operations locking: - Extend the lock to cover xpt_path_release() for the new path. - While xpt_action() is called while holding right SIM lock for the new bus, the old path release may require different SIM lock. So we have to temporary drop the new lock and get the old one. END