mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[FASTFAT]
Fix a bug: - IRP information was never set in VfatIsVolumeDirty() and thus dirty status was never copied back to the caller svn path=/trunk/; revision=75767
This commit is contained in:
@@ -1021,6 +1021,8 @@ VfatIsVolumeDirty(
|
||||
*Flags |= VOLUME_IS_DIRTY;
|
||||
}
|
||||
|
||||
IrpContext->Irp->IoStatus.Information = sizeof(ULONG);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user