We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0870b26 commit 5657c4bCopy full SHA for 5657c4b
1 file changed
sys/fscontrol.c
@@ -242,7 +242,7 @@ NTSTATUS DokanOplockRequest(__in PREQUEST_CONTEXT RequestContext) {
242
((fsControlCode == FSCTL_REQUEST_OPLOCK) &&
243
FlagOn(inputBuffer->RequestedOplockLevel,
244
OPLOCK_LEVEL_CACHE_HANDLE))) &&
245
- DokanFCBFlagsIsSet(fcb, DOKAN_FCB_STATE_DELETE_PENDING)) {
+ DokanFCBIsPendingDeletion(fcb)) {
246
status = STATUS_DELETE_PENDING;
247
__leave;
248
}
0 commit comments