mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[NTFS]
Notify when we're done mounting a volume svn path=/trunk/; revision=68703
This commit is contained in:
parent
7052282507
commit
3fb66e8a73
1 changed files with 2 additions and 0 deletions
|
@ -523,6 +523,8 @@ NtfsMountVolume(PDEVICE_OBJECT DeviceObject,
|
|||
Vcb->NtfsInfo.VolumeLabel,
|
||||
Vcb->NtfsInfo.VolumeLabelLength);
|
||||
|
||||
FsRtlNotifyVolumeEvent(Vcb->StreamFileObject, FSRTL_VOLUME_MOUNT);
|
||||
|
||||
Status = STATUS_SUCCESS;
|
||||
|
||||
ByeBye:
|
||||
|
|
Loading…
Reference in a new issue