NFSD: Update the SETATTR3args decoder to use struct xdr_stream
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
efaa1e7c2c
commit
9cde9360d1
2 changed files with 127 additions and 17 deletions
|
|
@ -63,6 +63,12 @@ enum nfs3_ftype {
|
|||
NF3BAD = 8
|
||||
};
|
||||
|
||||
enum nfs3_time_how {
|
||||
DONT_CHANGE = 0,
|
||||
SET_TO_SERVER_TIME = 1,
|
||||
SET_TO_CLIENT_TIME = 2,
|
||||
};
|
||||
|
||||
struct nfs3_fh {
|
||||
unsigned short size;
|
||||
unsigned char data[NFS3_FHSIZE];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue