]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commitdiff
Fix VS2015 build
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 4 Jun 2018 15:34:31 +0000 (16:34 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 4 Jun 2018 15:34:31 +0000 (16:34 +0100)
STOR_PERF_NO_SGL does not appear to exist in the older WDK.

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

index 36487e3d7a1194d23748af07bc7308c7a3ffdfbd..f42f585472b26abeebfdcd510edcb8df2e590664 100644 (file)
@@ -2111,8 +2111,6 @@ AdapterSetPerformanceOptions(
             Trace("OPTIMIZE_FOR_COMPLETION_DURING_STARTIO\n");
         if (PerfData.Flags & STOR_PERF_DPC_REDIRECTION_CURRENT_CPU)
             Trace("DPC_REDIRECTION_CURRENT_CPU\n");
-        if (PerfData.Flags & STOR_PERF_NO_SGL)
-            Trace("NO_SGL\n");
 
         Version = PerfData.Version;
     } else {