recovery: nfs41_open_reclaim()
added types and xdr for CLAIM_PREVIOUS, used by new function nfs41_open_reclaim() Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
ab906f25b8
commit
3ca917f6b3
3 changed files with 99 additions and 0 deletions
|
|
@ -1743,6 +1743,9 @@ static bool_t encode_open_claim4(
|
|||
case CLAIM_NULL:
|
||||
result = encode_component(xdr, oc->u.null.filename);
|
||||
break;
|
||||
case CLAIM_PREVIOUS:
|
||||
result = xdr_u_int32_t(xdr, &oc->u.prev.delegate_type);
|
||||
break;
|
||||
case CLAIM_FH:
|
||||
/* use current file handle */
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue