symlink: driver marshalls new SYMLINK upcall
new NFS41_SYMLINK upcall and associated data in nfs41_updowncall_entry.u.Symlink supports both setting and querying the symlink target. if Symlink.set is TRUE, Symlink.target is marshalled into the upcall. if Symlink.set is FALSE, Symlink.target is read from the downcall Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
b51bd2f9d1
commit
80d979ace6
3 changed files with 68 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ typedef enum _nfs41_opcodes {
|
|||
NFS41_FILE_QUERY,
|
||||
NFS41_FILE_SET,
|
||||
NFS41_EA_SET,
|
||||
NFS41_SYMLINK,
|
||||
NFS41_VOLUME_QUERY,
|
||||
NFS41_SHUTDOWN,
|
||||
INVALID_OPCODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue