From: Trond Myklebust Date: Tue, 6 Oct 2009 19:41:22 +0000 (-0400) Subject: NFS: Fix port initialisation in nfs_remount() X-Git-Tag: v2.6.32-rc4~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd2ea17da6a329a7276cde7286d802f009af332;p=pandora-kernel.git NFS: Fix port initialisation in nfs_remount() The recent changeset 53a0b9c4c99ab0085a06421f71592722e5b3fd5f (NFS: Replace nfs_parse_ip_address() with rpc_pton()) broke nfs_remount, since the call to rpc_pton() will zero out the port number in data->nfs_server.address. This is actually due to a bug in nfs_remount: it should be looking at the port number in nfs_server.port instead... This fixes bug http://bugzilla.kernel.org/show_bug.cgi?id=14276 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed