mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[NPFS]
Properly declare with FORCEINLINE svn path=/trunk/; revision=63146
This commit is contained in:
parent
a41d6ad06b
commit
580d1cb2bb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue