mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +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
|
||||
// critical region
|
||||
//
|
||||
VOID
|
||||
FORCEINLINE
|
||||
VOID
|
||||
NpCompleteDeferredIrps(IN PLIST_ENTRY DeferredList)
|
||||
{
|
||||
PLIST_ENTRY ThisEntry, NextEntry;
|
||||
|
|
Loading…
Reference in a new issue