From: Chuck Lever Date: Thu, 26 Jun 2008 21:47:05 +0000 (-0400) Subject: NFS: Move the nfs_set_port() call out of nfs_parse_mount_options() X-Git-Tag: v2.6.27-rc1~1052^2~1^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed596a8adb7964cf9d2f7682f9cf2c37322a775d;p=pandora-kernel.git NFS: Move the nfs_set_port() call out of nfs_parse_mount_options() The remount path does not need to set the port in the server address. Since it's not really a part of option parsing, move the nfs_set_port() call to nfs_parse_mount_options()'s callers. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed