From: James Lentini Date: Mon, 24 Sep 2007 21:32:49 +0000 (-0400) Subject: [NFS] [PATCH] NFS: initialize default port in kernel mount client X-Git-Tag: v2.6.24-rc1~1285^2~88 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad700073557c7932ef9f81c19a5e0647f8a6850;p=pandora-kernel.git [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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed