mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:41:40 +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:
parent
bb567d1320
commit
bf608cfae1
1 changed files with 2 additions and 0 deletions
|
@ -1021,6 +1021,8 @@ VfatIsVolumeDirty(
|
|||
*Flags |= VOLUME_IS_DIRTY;
|
||||
}
|
||||
|
||||
IrpContext->Irp->IoStatus.Information = sizeof(ULONG);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue