calling asynch cache invalidation always

This commit is contained in:
Olga Kornievskaia 2012-03-13 12:49:33 -04:00
parent e934484b1f
commit 1ea2fb7891

View file

@ -1278,8 +1278,9 @@ NTSTATUS nfs41_invalidate_cache (
srv_open, srv_open->pAlreadyPrefixedName);
#endif
if (MmIsAddressValid(srv_open))
RxChangeBufferingState((PSRV_OPEN)srv_open, ULongToPtr(flag), 1);
RxIndicateChangeOfBufferingStateForSrvOpen(
srv_open->pFcb->pNetRoot->pSrvCall, srv_open,
srv_open->Key, ULongToPtr(flag));
return status;
}