Skip to content

Commit

Permalink
Kernel - Doc - InsertMountEntry no longer needs global lock prior to …
Browse files Browse the repository at this point in the history
…the call
  • Loading branch information
Liryna committed Jan 15, 2024
1 parent eb557dc commit 9aa1570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/dokan.h
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,6 @@ BOOLEAN IsDeletePending(__in PDEVICE_OBJECT DeviceObject);
BOOLEAN IsUnmountPendingVcb(__in PDokanVCB vcb);

// Insert a new mount entry for the given DokanControl.
// Global resource lock must be acquired prior.
BOOLEAN InsertMountEntry(PDOKAN_GLOBAL DokanGlobal,
PDOKAN_CONTROL DokanControl);

Expand Down

0 comments on commit 9aa1570

Please sign in to comment.