FsRtlOplockIsFastIoPossible(): Return TRUE (fast I/O is possible)
authorshort <>
Tue, 8 Apr 2003 17:38:29 +0000 (17:38 +0000)
committershort <>
Tue, 8 Apr 2003 17:38:29 +0000 (17:38 +0000)
ntoskrnl/fs/oplock.c

index 9c45569..669bd25 100644 (file)
@@ -103,7 +103,7 @@ FsRtlOplockFsctrl(IN POPLOCK Oplock,
 BOOLEAN STDCALL
 FsRtlOplockIsFastIoPossible(IN POPLOCK Oplock)
 {
-  return(FALSE);
+  return(TRUE);
 }
 
 #ifndef LIBCAPTIVE