You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nfs4: ensure that we validate stateids before READ/WRITE ops
Motivation:
the current reference implementations of READ and WRITE ops doesn't
validate provided state ids.
Modification:
Update OperationWRITE and OperationREAD to validate state ids in case of
nfsv4.1 (v4.0 is implicitly validated by leas renewal). In addition,
OperationWRITE will check file open mode.
Result:
Better spec compliance.
Acked-by: Paul Millar
Target: master
0 commit comments