From: Pierre Schweitzer Date: Sun, 4 May 2014 09:38:36 +0000 (+0000) Subject: [NPFS] X-Git-Tag: backups/0.3.17@66124~1393 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=580d1cb2bb5a27d04b9713ec1b8e9f84c4e2dc8e [NPFS] Properly declare with FORCEINLINE svn path=/trunk/; revision=63146 --- 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;