mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Complete replacement of Dismount references by Unmount in various files
This commit is contained in:
@@ -287,7 +287,7 @@ err:
|
||||
|
||||
static void DismountDrive (DriveFilterExtension *Extension, BOOL stopIoQueue)
|
||||
{
|
||||
Dump ("Dismounting drive\n");
|
||||
Dump ("Unmounting drive\n");
|
||||
ASSERT (Extension->DriveMounted);
|
||||
|
||||
if (stopIoQueue && EncryptedIoQueueIsRunning (&Extension->Queue))
|
||||
@@ -301,7 +301,7 @@ static void DismountDrive (DriveFilterExtension *Extension, BOOL stopIoQueue)
|
||||
|
||||
Extension->DriveMounted = FALSE;
|
||||
|
||||
Dump ("Drive dismount done!\n");
|
||||
Dump ("Drive unmount done!\n");
|
||||
}
|
||||
|
||||
static void InvalidateVolumeKeys (EXTENSION *Extension)
|
||||
|
||||
Reference in New Issue
Block a user