how to solve the problem that modified-no-write page increase high?
In my file system driver, I process “meta data” as follows:
1: CcPinRead -> CcRepinBcb -> CcUnpinData;
2: modify pin data.
3. CcSetDirtyPinnedData -> CcUnpinRepinnedBcb -> flush(maybe need not flush)
Then modified-no-write page increased too high to make CcPinRead failed
sometimes.(*status = STATUS_INSUFFICIENT* _RESOURCES)