Sync with trunk r63935.
[reactos.git] / ntoskrnl / cache / fssup.c
index f816100..3eabe78 100644 (file)
@@ -392,14 +392,13 @@ CcPurgeCacheSection(IN PSECTION_OBJECT_POINTERS SectionObjectPointer,
     CcpFlushCache(Map, NULL, 0, NULL, TRUE);
     return TRUE;
 }
-\f
+
 VOID
 NTAPI
 CcSetDirtyPageThreshold(IN PFILE_OBJECT FileObject,
                         IN ULONG DirtyPageThreshold)
 {
-    UNIMPLEMENTED;
-    ASSERT(FALSE); // while (TRUE);
+    UNIMPLEMENTED_DBGBREAK();
 }
 
 /*