define for nfs4stateid.other constant
This commit is contained in:
parent
49f141680a
commit
b6d6767341
6 changed files with 7 additions and 5 deletions
|
|
@ -34,7 +34,7 @@
|
|||
static bool_t common_stateid(XDR *xdr, stateid4 *stateid)
|
||||
{
|
||||
return xdr_u_int32_t(xdr, &stateid->seqid)
|
||||
&& xdr_opaque(xdr, (char*)stateid->other, 12);
|
||||
&& xdr_opaque(xdr, (char*)stateid->other, NFS4_STATEID_OTHER);
|
||||
}
|
||||
|
||||
static bool_t common_fh(XDR *xdr, nfs41_fh *fh)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue