Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2007 09:18:56 -0400
From:      Jim Rees <rees@freebsd.org>
To:        Eric Anderson <anderson@freebsd.org>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: NFSv4 questions
Message-ID:  <20070803131855.GB32553@citi.umich.edu>
In-Reply-To: <46B31EA0.4010603@freebsd.org>
References:  <46B31EA0.4010603@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The members of nfsv4_fattr don't have to exactly match the types in the
protocol.  The on-wire value is copied to the struct nfsv4_fattr by
nfsm_v4dissect_attrs_xx(), then to struct vattr by
nfs4_vnop_loadattrcache().  If the link count ever went above 2^16 there
would be a problem, but making fa4_nlink won't solve that.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070803131855.GB32553>