define for nfs4stateid.other constant

This commit is contained in:
Olga Kornievskaia 2011-03-18 10:44:59 -04:00 committed by unknown
parent 49f141680a
commit b6d6767341
6 changed files with 7 additions and 5 deletions

View file

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