calling asynch cache invalidation always
This commit is contained in:
parent
e934484b1f
commit
1ea2fb7891
1 changed files with 3 additions and 2 deletions
|
|
@ -1278,8 +1278,9 @@ NTSTATUS nfs41_invalidate_cache (
|
||||||
srv_open, srv_open->pAlreadyPrefixedName);
|
srv_open, srv_open->pAlreadyPrefixedName);
|
||||||
#endif
|
#endif
|
||||||
if (MmIsAddressValid(srv_open))
|
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;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue