Properly declare with FORCEINLINE

svn path=/trunk/; revision=63146
This commit is contained in:
Pierre Schweitzer 2014-05-04 09:38:36 +00:00
parent a41d6ad06b
commit 580d1cb2bb

View file

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