reactos/ntoskrnl/cc
Pierre Schweitzer 371aba1abe
[NTOSKRNL] When mapping data in CcMapData(), don't truncate offset to ULONG.
This would affect reads/writes on large volumes where offset is higher than what a ULONG can hold.

This really nasty bug was hitting CcMapData() but also CcPinRead() (due to the nature of its implementation)
and both were returning garbage data under certain circumstances with Ext2Fsd.

This should (I hope!) help some other FSDs to work better in ROS.

CORE-12456
2018-01-13 21:30:37 +01:00
..
cacheman.c [NTOSKRNL] 2017-11-18 18:00:48 +01:00
copy.c
fs.c [NTOSKRNL] In CcPurgeCacheSection(), don't assume the file being purged isn't used. Handle that case properly instead of asserting. 2017-11-18 17:54:54 +01:00
mdl.c
pin.c [NTOSKRNL] When mapping data in CcMapData(), don't truncate offset to ULONG. 2018-01-13 21:30:37 +01:00
view.c