]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commit
Make sure registry updates and deletes are flushed 8.1.0-rc4
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 26 Nov 2015 16:17:14 +0000 (16:17 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 26 Nov 2015 17:28:15 +0000 (17:28 +0000)
commit02de8c37e69320db6b5db22c08c1a1fa9e5c6fac
tree431d43367fd7d670398fe470aa0f1f5c75f4e135
parent2c927af9d96db23ef0ef162a782eae726826ef9a
Make sure registry updates and deletes are flushed

In most cases it is desirable to makre sure any updates are committed to
the registry hive on storage before any further operations are performed.
This patch adds ZwFlushKey() calls to ensure that is the case.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/common/registry.c