Notify when we're done mounting a volume 

svn path=/trunk/; revision=68703
This commit is contained in:
Pierre Schweitzer
2015-08-12 12:13:28 +00:00
parent 7052282507
commit 3fb66e8a73
+2
View File
@@ -523,6 +523,8 @@ NtfsMountVolume(PDEVICE_OBJECT DeviceObject,
Vcb->NtfsInfo.VolumeLabel,
Vcb->NtfsInfo.VolumeLabelLength);
FsRtlNotifyVolumeEvent(Vcb->StreamFileObject, FSRTL_VOLUME_MOUNT);
Status = STATUS_SUCCESS;
ByeBye: