sys: FspFsvrtTransact testing

This commit is contained in:
Bill Zissimopoulos
2015-12-12 17:01:30 -08:00
parent 43b8fc00f5
commit 5d6d938039
7 changed files with 163 additions and 34 deletions

View File

@ -79,9 +79,9 @@ static NTSTATUS FspFsvolCleanup(
if (0 == OpenCount)
{
/*
* The following must be done under the file system volume device Resource,
* because we are manipulating its GenericTable.
*/
* The following must be done under the file system volume device Resource,
* because we are manipulating its GenericTable.
*/
ExAcquireResourceExclusiveLite(&FsvolDeviceExtension->Base.Resource, TRUE);
try
{