Author: pschweitzer Date: Wed Aug 12 12:13:28 2015 New Revision: 68703
URL: http://svn.reactos.org/svn/reactos?rev=68703&view=rev Log: [NTFS] Notify when we're done mounting a volume
Modified: trunk/reactos/drivers/filesystems/ntfs/fsctl.c
Modified: trunk/reactos/drivers/filesystems/ntfs/fsctl.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/ntfs/fs... ============================================================================== --- trunk/reactos/drivers/filesystems/ntfs/fsctl.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/ntfs/fsctl.c [iso-8859-1] Wed Aug 12 12:13:28 2015 @@ -523,6 +523,8 @@ Vcb->NtfsInfo.VolumeLabel, Vcb->NtfsInfo.VolumeLabelLength);
+ FsRtlNotifyVolumeEvent(Vcb->StreamFileObject, FSRTL_VOLUME_MOUNT); + Status = STATUS_SUCCESS;
ByeBye: