mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 22:49:12 +00:00
[FASTFAT] Notify on file size change in FileAllocationInformation/FileEndOfFileInformation
This commit is contained in:
parent
8294118174
commit
f0a1a5c773
1 changed files with 2 additions and 0 deletions
|
@ -1408,6 +1408,8 @@ VfatSetAllocationSizeInformation(
|
||||||
if (AllocSizeChanged)
|
if (AllocSizeChanged)
|
||||||
{
|
{
|
||||||
VfatUpdateEntry(Fcb, vfatVolumeIsFatX(DeviceExt));
|
VfatUpdateEntry(Fcb, vfatVolumeIsFatX(DeviceExt));
|
||||||
|
|
||||||
|
vfatReportChange(DeviceExt, Fcb, FILE_NOTIFY_CHANGE_SIZE, FILE_ACTION_MODIFIED);
|
||||||
}
|
}
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue