[NPFS]
authorPierre Schweitzer <pierre@reactos.org>
Sun, 4 May 2014 09:38:36 +0000 (09:38 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 4 May 2014 09:38:36 +0000 (09:38 +0000)
Properly declare with FORCEINLINE

svn path=/trunk/; revision=63146

reactos/drivers/filesystems/npfs/npfs.h

index 28e773f..e13adbf 100644 (file)
@@ -351,8 +351,8 @@ NpReleaseVcb(VOID)
 // Function to process deferred IRPs outside the VCB lock but still within the
 // critical region
 //
-VOID
 FORCEINLINE
+VOID
 NpCompleteDeferredIrps(IN PLIST_ENTRY DeferredList)
 {
     PLIST_ENTRY ThisEntry, NextEntry;