define for nfs4stateid.other constant
This commit is contained in:
parent
49f141680a
commit
b6d6767341
6 changed files with 7 additions and 5 deletions
|
|
@ -139,7 +139,7 @@ static bool_t xdr_stateid4(
|
|||
if (!xdr_u_int32_t(xdr, &si->seqid))
|
||||
return FALSE;
|
||||
|
||||
return xdr_opaque(xdr, (char *)si->other, 12);
|
||||
return xdr_opaque(xdr, (char *)si->other, NFS4_STATEID_OTHER);
|
||||
}
|
||||
|
||||
/* fattr4 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue