Index: data.c =================================================================== --- ntoskrnl/cache/section/data.c (revision 74432) +++ ntoskrnl/cache/section/data.c (working copy) @@ -455,7 +455,9 @@ ExAcquireFastMutex(&Segment->Lock); DPRINT("Filling out Segment info (No previous data section)\n"); +#ifdef NEWCC ObReferenceObject(FileObject); +#endif Segment->FileObject = FileObject; Segment->Protection = SectionPageProtection; Segment->Flags = MM_DATAFILE_SEGMENT;