From: Paul Durrant Date: Thu, 2 Feb 2017 10:03:10 +0000 (+0000) Subject: Correct a small DPC accounting oversight in STORE X-Git-Tag: 9.0.0-rc1~98 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=922137069940d97276ce977e7edf68ba3dd6d8d6;p=pvdrivers%2Fwin%2Fxenbus.git Correct a small DPC accounting oversight in STORE Signed-off-by: Paul Durrant --- diff --git a/src/xenbus/store.c b/src/xenbus/store.c index 6bca5e9..86bbcb8 100644 --- a/src/xenbus/store.c +++ b/src/xenbus/store.c @@ -2153,7 +2153,8 @@ StoreEnable( Port); // Trigger an initial poll - KeInsertQueueDpc(&Context->Dpc, NULL, NULL); + if (KeInsertQueueDpc(&Context->Dpc, NULL, NULL)) + Context->Dpcs++; } static PHYSICAL_ADDRESS