diff --git a/drivers/filesystems/fastfat/finfo.c b/drivers/filesystems/fastfat/finfo.c index 1befeebe00c..97067b929fc 100644 --- a/drivers/filesystems/fastfat/finfo.c +++ b/drivers/filesystems/fastfat/finfo.c @@ -1408,6 +1408,8 @@ VfatSetAllocationSizeInformation( if (AllocSizeChanged) { VfatUpdateEntry(Fcb, vfatVolumeIsFatX(DeviceExt)); + + vfatReportChange(DeviceExt, Fcb, FILE_NOTIFY_CHANGE_SIZE, FILE_ACTION_MODIFIED); } return STATUS_SUCCESS; }