From: Chuck Lever Date: Tue, 15 Jul 2008 17:33:32 +0000 (-0400) Subject: There are three helpers that convert sockaddr-style addresses to text X-Git-Tag: nfs-utils-1-1-3~15 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=da8a62dc65d2d105a3304dd41b6bdae5a5ddc742;hp=da8a62dc65d2d105a3304dd41b6bdae5a5ddc742 There are three helpers that convert sockaddr-style addresses to text addresses, then construct mount options to pass these addresses to the kernel. The tail of each of these helpers does exactly the same thing, so introduce a helper that handles the common code. Magically, the new helper supports IPv6 as well as IPv4. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---