From 3fb66e8a737db1e49dd556cb4eed2a43a3f822c0 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Wed, 12 Aug 2015 12:13:28 +0000 Subject: [PATCH] [NTFS] Notify when we're done mounting a volume svn path=/trunk/; revision=68703 --- reactos/drivers/filesystems/ntfs/fsctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/drivers/filesystems/ntfs/fsctl.c b/reactos/drivers/filesystems/ntfs/fsctl.c index 1618bc5e50a..0fffc338165 100644 --- a/reactos/drivers/filesystems/ntfs/fsctl.c +++ b/reactos/drivers/filesystems/ntfs/fsctl.c @@ -523,6 +523,8 @@ NtfsMountVolume(PDEVICE_OBJECT DeviceObject, Vcb->NtfsInfo.VolumeLabel, Vcb->NtfsInfo.VolumeLabelLength); + FsRtlNotifyVolumeEvent(Vcb->StreamFileObject, FSRTL_VOLUME_MOUNT); + Status = STATUS_SUCCESS; ByeBye: