From: Chuck Lever Date: Mon, 10 Dec 2007 19:59:21 +0000 (-0500) Subject: NFS: Refactor mount option address parsing into separate function X-Git-Tag: v2.6.25-rc1~1146^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9412b92772c1d80ea8284583b6aad0260e13515f;p=pandora-kernel.git NFS: Refactor mount option address parsing into separate function Refactor the logic to parse incoming text-based IP addresses. Use the in4_pton() function instead of the older in_aton(), following the lead of the in-kernel CIFS client. Later we'll add IPv6 address parsing using the matching in6_pton() function. For now we can't allow IPv6 address parsing: we must expand the size of the address storage fields in the nfs_parsed_mount_options struct before we can parse and store IPv6 addresses. Signed-off-by: Chuck Lever Cc: Aurelien Charbon Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed