]> xenbits.xensource.com Git - people/vhanquez/xen-unstable.git/commit
xenstore: block signals in watch wakeup thread
authorSimon Rowe <simon.rowe@eu.citrix.com>
Thu, 7 Jun 2012 17:22:20 +0000 (18:22 +0100)
committerSimon Rowe <simon.rowe@eu.citrix.com>
Thu, 7 Jun 2012 17:22:20 +0000 (18:22 +0100)
commit18a5e6626feac53c66da24d7f0ee9296eb040e19
tree88cd9fd00e4c65f19d6415282884b48700b17798
parentfe7a81557aaa1ac9bb3dc126682f9d6517f0f1e7
xenstore: block signals in watch wakeup thread

The thread created to wakeup watchers is not intended to handle signals
(and a later patch will reduce it's stack size which makes it unsuitable
for doing so).

Signed-off-by: Simon Rowe <simon.rowe@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenstore/xs.c