[NTOS:CC] CcRosFlushVacb(): Fix Iosb annotation

Addendum to 2ba1926.
This commit is contained in:
Serge Gautherie 2021-05-24 08:56:17 +02:00 committed by George Bișoc
parent eab2bb4b20
commit c2e454b439
2 changed files with 5 additions and 2 deletions

View File

@ -158,7 +158,7 @@ CcRosTraceCacheMap (
NTSTATUS
CcRosFlushVacb (
_In_ PROS_VACB Vacb,
_In_ PIO_STATUS_BLOCK Iosb)
_Out_opt_ PIO_STATUS_BLOCK Iosb)
{
NTSTATUS Status;
BOOLEAN HaveLock = FALSE;

View File

@ -310,7 +310,10 @@ CcMdlWriteComplete2(
);
NTSTATUS
CcRosFlushVacb(PROS_VACB Vacb, PIO_STATUS_BLOCK Iosb);
CcRosFlushVacb(
_In_ PROS_VACB Vacb,
_Out_opt_ PIO_STATUS_BLOCK Iosb
);
NTSTATUS
CcRosGetVacb(