Sync with trunk r58113.
[reactos.git] / ntoskrnl / cache / fssup.c
index 4b4bc15..f816100 100644 (file)
@@ -399,7 +399,7 @@ CcSetDirtyPageThreshold(IN PFILE_OBJECT FileObject,
                         IN ULONG DirtyPageThreshold)
 {
     UNIMPLEMENTED;
-    while (TRUE);
+    ASSERT(FALSE); // while (TRUE);
 }
 
 /*