mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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)
|
||||
{
|
||||
VfatUpdateEntry(Fcb, vfatVolumeIsFatX(DeviceExt));
|
||||
|
||||
vfatReportChange(DeviceExt, Fcb, FILE_NOTIFY_CHANGE_SIZE, FILE_ACTION_MODIFIED);
|
||||
}
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue