[NFS] [PATCH] NFS: initialize default port in kernel mount client
authorJames Lentini <jlentini@netapp.com>
Mon, 24 Sep 2007 21:32:49 +0000 (17:32 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:17:04 +0000 (17:17 -0400)
commitaad700073557c7932ef9f81c19a5e0647f8a6850
tree16fdf949b3c35468805e04b9b970da116bb9d220
parentefd8340bb19c26a43e77c92fee9283b1f5777204
[NFS] [PATCH] NFS: initialize default port in kernel mount client

If no mount server port number is specified, the previous change to the
kernel mount client inadvertently allows the NFS server's port number to be
the used as the mount server's port number. If the user specifies an NFS
server port (-o port=x), the mount will fail.

The fix below sets the mount server's port to 0 if no mount server
port is specified by the user.

Signed-off-by: James Lentini <jlentini@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c