mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTFS]
Notify when we're done mounting a volume svn path=/trunk/; revision=68703
This commit is contained in:
@@ -523,6 +523,8 @@ NtfsMountVolume(PDEVICE_OBJECT DeviceObject,
|
||||
Vcb->NtfsInfo.VolumeLabel,
|
||||
Vcb->NtfsInfo.VolumeLabelLength);
|
||||
|
||||
FsRtlNotifyVolumeEvent(Vcb->StreamFileObject, FSRTL_VOLUME_MOUNT);
|
||||
|
||||
Status = STATUS_SUCCESS;
|
||||
|
||||
ByeBye:
|
||||
|
||||
Reference in New Issue
Block a user