From: J. Bruce Fields Date: Wed, 26 Sep 2007 18:38:08 +0000 (-0400) Subject: SUNRPC: Fix default hostname created in rpc_create() X-Git-Tag: v2.6.24-rc1~1285^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afde94f398b62c8596a8d0cbfc25798f0b52a371;p=pandora-kernel.git 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 Cc: Olga Kornievskaia Cc: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed