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
nfsv4: support anonymous state IDs for read and write
Motivation:
rfc7530#section-9.1.4.3 defiles so-called anonymous state IDs (other
and seq all ones) that allow file access without OPEN call.
Modification:
Update OperationREAD and OperationWRITE to accept anonymous state IDs.
File permissions are still checked. Enable corresponding pynfs tests.
Result:
better spec compliance.
Fixes: #160
Acked-by: Marina Sahakyan
Target: master
0 commit comments