mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
Revert "[CDFS_NEW] Use CdAcquireForCreateSection from the old driver in place of the newer CdFilterCallbackAcquireForCreateSection."
This reverts commit 8410d03275
.
This commit is contained in:
parent
ec26cde4a1
commit
6a3bbf24e0
3 changed files with 0 additions and 68 deletions
|
@ -191,9 +191,7 @@ Return Value:
|
|||
sizeof(FS_FILTER_CALLBACKS) );
|
||||
|
||||
FilterCallbacks.SizeOfFsFilterCallbacks = sizeof(FS_FILTER_CALLBACKS);
|
||||
#ifndef __REACTOS__
|
||||
FilterCallbacks.PreAcquireForSectionSynchronization = CdFilterCallbackAcquireForCreateSection;
|
||||
#endif
|
||||
|
||||
Status = FsRtlRegisterFileSystemFilterCallbacks( DriverObject,
|
||||
&FilterCallbacks );
|
||||
|
@ -359,15 +357,11 @@ Return Value:
|
|||
CdFastIoDispatch.FastIoUnlockSingle = CdFastUnlockSingle; // UnlockSingle
|
||||
CdFastIoDispatch.FastIoUnlockAll = CdFastUnlockAll; // UnlockAll
|
||||
CdFastIoDispatch.FastIoUnlockAllByKey = CdFastUnlockAllByKey; // UnlockAllByKey
|
||||
#ifndef __REACTOS__
|
||||
//
|
||||
// This callback has been replaced by CdFilterCallbackAcquireForCreateSection.
|
||||
//
|
||||
|
||||
CdFastIoDispatch.AcquireFileForNtCreateSection = NULL;
|
||||
#else
|
||||
CdFastIoDispatch.AcquireFileForNtCreateSection = CdAcquireForCreateSection;
|
||||
#endif
|
||||
CdFastIoDispatch.ReleaseFileForNtCreateSection = CdReleaseForCreateSection;
|
||||
CdFastIoDispatch.FastIoQueryNetworkOpenInfo = CdFastQueryNetworkInfo; // QueryNetworkInfo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue