diff --git a/reactos/drivers/filesystems/npfs/npfs.h b/reactos/drivers/filesystems/npfs/npfs.h index 28e773f1732..e13adbf60d2 100644 --- a/reactos/drivers/filesystems/npfs/npfs.h +++ b/reactos/drivers/filesystems/npfs/npfs.h @@ -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;