mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: fsp_debug: greatly simplify debugging support
This commit is contained in:
@ -33,7 +33,7 @@ static NTSTATUS FspFsvolLockControlRetry(
|
||||
BOOLEAN Success;
|
||||
|
||||
/* try to acquire the FileNode shared Main */
|
||||
Success = DEBUGTEST(90, TRUE) &&
|
||||
Success = DEBUGTEST(90) &&
|
||||
FspFileNodeTryAcquireSharedF(FileNode, FspFileNodeAcquireMain, CanWait);
|
||||
if (!Success)
|
||||
return FspWqRepostIrpWorkItem(Irp, FspFsvolLockControlRetry, 0);
|
||||
|
Reference in New Issue
Block a user