SUNRPC: Fix default hostname created in rpc_create()
authorJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 26 Sep 2007 18:38:08 +0000 (14:38 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:20:28 +0000 (17:20 -0400)
commitafde94f398b62c8596a8d0cbfc25798f0b52a371
treefd82a6e18be9a251e9afa5fd5c87ff703642339d
parentbf19aacecbeebccb2c3d150a8bd9416b7dba81fe
SUNRPC: Fix default hostname created in rpc_create()

Since 43780b87fa7..., rpc_create() fills in a default hostname based on
the ip address if the servername passed in is null.  A small typo made
that default incorrect.  (But this information appears to be used only
for debugging right now, so I don't believe the typo causes any bugs in
the current kernel.)

Thanks to Olga Kornievskaia for bug report and testing.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Cc: Olga Kornievskaia <aglo@citi.umich.edu>
Cc: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c