inc,sys,tst: FSP_FSCTL_VOLUME_PARAMS::RejectIrpPriorToTransact0

This commit is contained in:
Bill Zissimopoulos 2020-02-03 16:43:15 -08:00
parent bf6d56ceac
commit 0901fb6477
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ static DWORD WINAPI FspFileSystemDispatcherThread(PVOID FileSystem0)
TlsSetValue(FspFileSystemTlsKey, &OperationContext);
Result = FspFsctlTransact(FileSystem->VolumeHandle, 0, 0, 0, 0, FALSE);
/* send a TRANSACT0 to inform the FSD that the dispatcher is ready */
/* send a Transact0 to inform the FSD that the dispatcher is ready */
if (!NT_SUCCESS(Result))
goto exit;

View File

@ -82,7 +82,7 @@ FSP_FSCTL_STATIC_ASSERT(MEMFS_MAX_PATH > MAX_PATH,
/*
* Define the MEMFS_REJECT_EARLY_IRP macro to reject IRP's sent
* to the file system prior to FSP_FSCTL_TRANSACT.
* to the file system prior to the dispatcher being started.
*/
#if defined(MEMFS_STANDALONE)
#define MEMFS_REJECT_EARLY_IRP