K 10 svn:author V 6 royger K 8 svn:date V 27 2018-05-24T10:16:11.662597Z K 7 svn:log V 496 xenstore: remove the suspend sx lock There's no need to prevent suspend while doing xenstore transactions, callers of transactions are supposed to be prepared for a transaction to fail. This fixes a bug that could be triggered from the xenstore user-space device, since starting a transaction from user-space would result in returning there with a sx lock held, that causes a WITNESS check to trigger. Tested by: Nathan Friess Sponsored by: Citrix Systems R&D END