> On Sep 9, 2008, at Sep 9, 2008, 2:20 PM,
ebiederm@xmission.com wrote:
>> Chuck Lever <chuck.lever@oracle.com> writes:
>>
>>> If the upper layers are responsible for providing the utsname, you will need
>>> to
>>> fix up lockd and the NFS server's callback client too, at least.
>>
>> Actually looking at the code. It looks like a proper fix may be even simpler.
>> Why do we have both clnt->cl_server and clnt->cl_nodename? Or is cl_server
>> the other side of the connection?
>
> cl_server is the server-side. cl_nodename is the "machine name" of the client.