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:
Casey Bodley 2010-11-16 11:41:39 -05:00 committed by unknown
parent ab906f25b8
commit 3ca917f6b3
3 changed files with 99 additions and 0 deletions

View file

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