commit | 7559c7a28fbcaa0bca028eeebd5f251b09befe6b | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Dec 05 16:35:37 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Dec 06 10:46:51 2006 -0500 |
tree | 5cbf7df3f966243261e1923641618fd813126734 | |
parent | 314dfd7987c71d7ba0c43ac3bf3d243c102ce025 [diff] |
SUNRPC: Make address format buffers more generic For now we will assume that all transports will use the address format buffers in the rpc_xprt struct to store their addresses. Change rpc_peer2str() to be a generic routine to handle this, and get rid of the print_address() op in the rpc_xprt_ops vector. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>