]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 6 Aug 2007 15:57:02 +0000 (11:57 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:15:52 +0000 (17:15 -0400)
commit078ad10e15255c04dddf181e217d1a0f418a9139
tree65c5f2138ba7d8ce51c4fa2f983c25827502416b
parentc54afe692a3afccb00428e4ce7c01508babdd0f8
SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()

Add support for the NFS client's need to export volume information
with IP addresses formatted in hex instead of decimal.

This isn't used yet, but subsequent patches (not in this series) will
change the NFS client to use this functionality.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/xprt.h
net/sunrpc/xprtsock.c