]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 26 Jun 2008 21:47:05 +0000 (17:47 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:09:39 +0000 (12:09 -0400)
commited596a8adb7964cf9d2f7682f9cf2c37322a775d
tree8a409a671afc5b8fe17eceefdf335a739c096081
parent259875efed06d6936f54c9a264e868937f1bc217
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 <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c