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
// critical region
//
VOID
FORCEINLINE
VOID
NpCompleteDeferredIrps(IN PLIST_ENTRY DeferredList)
{
PLIST_ENTRY ThisEntry, NextEntry;