Sync with trunk (r48008)
[reactos.git] / drivers / filesystems / fastfat / fsctl.c
index c76f04f..c6ec304 100644 (file)
@@ -585,6 +585,8 @@ VfatMount (PVFAT_IRP_CONTEXT IrpContext)
    }
    VolumeFcb->Flags |= VCB_IS_DIRTY;
 
+   FsRtlNotifyVolumeEvent(DeviceExt->FATFileObject, FSRTL_VOLUME_MOUNT);
+
    Status = STATUS_SUCCESS;
 ByeBye: