FsRtlOplockIsFastIoPossible(): Return TRUE (fast I/O is possible)
[reactos.git] / 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