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:
Casey Bodley 2010-09-23 12:19:21 -04:00 committed by unknown
parent b51bd2f9d1
commit 80d979ace6
3 changed files with 68 additions and 0 deletions

View file

@ -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