projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a07c71
)
[NTOSKRNL] Unexpected cleanup
author
Pierre Schweitzer
<pierre@reactos.org>
Tue, 23 Jan 2018 22:01:07 +0000
(23:01 +0100)
committer
Pierre Schweitzer
<pierre@reactos.org>
Tue, 23 Jan 2018 22:25:26 +0000
(23:25 +0100)
ntoskrnl/cc/fs.c
patch
|
blob
|
history
diff --git
a/ntoskrnl/cc/fs.c
b/ntoskrnl/cc/fs.c
index
76a073a
..
d068f96
100644
(file)
--- a/
ntoskrnl/cc/fs.c
+++ b/
ntoskrnl/cc/fs.c
@@
-13,14
+13,9
@@
#define NDEBUG
#include <debug.h>
-#ifndef VACB_MAPPING_GRANULARITY
-#define VACB_MAPPING_GRANULARITY (256 * 1024)
-#endif
-
/* GLOBALS *****************************************************************/
extern KGUARDED_MUTEX ViewLock;
-extern ULONG CcTotalDirtyPages;
NTSTATUS CcRosInternalFreeVacb(PROS_VACB Vacb);