K 10 svn:author V 3 mav K 8 svn:date V 27 2019-09-03T16:20:04.004918Z K 7 svn:log V 369 MFC r351606: Take proper lock in ses_setphyspath_callback(). XPT_DEV_ADVINFO call should be protected by the lock of the specific device it is addressed to, not the lock of SES device. In some weird case, probably with hardware violating standards, it sometimes caused NULL dereference due to race. To protect from it further, add lock assertion to *_dev_advinfo(). END