mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-22 03:52:55 -06:00
sys: fsp_debug: greatly simplify debugging support
This commit is contained in:
@@ -141,7 +141,7 @@ NTSTATUS FspFsvolQuerySecurityComplete(
|
||||
FspFileNodeReleaseOwner(FileNode, Full, Request);
|
||||
}
|
||||
|
||||
Success = DEBUGTEST(90, TRUE) && FspFileNodeTryAcquireExclusive(FileNode, Main);
|
||||
Success = DEBUGTEST(90) && FspFileNodeTryAcquireExclusive(FileNode, Main);
|
||||
if (!Success)
|
||||
{
|
||||
FspIopRetryCompleteIrp(Irp, Response, &Result);
|
||||
|
||||
Reference in New Issue
Block a user