Author: pschweitzer
Date: Sun May 4 09:38:36 2014
New Revision: 63146
URL:
http://svn.reactos.org/svn/reactos?rev=63146&view=rev
Log:
[NPFS]
Properly declare with FORCEINLINE
Modified:
trunk/reactos/drivers/filesystems/npfs/npfs.h
Modified: trunk/reactos/drivers/filesystems/npfs/npfs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/npfs/n…
==============================================================================
--- trunk/reactos/drivers/filesystems/npfs/npfs.h [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/npfs/npfs.h [iso-8859-1] Sun May 4 09:38:36 2014
@@ -351,8 +351,8 @@
// 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;