From: Trond Myklebust Date: Tue, 6 Oct 2009 19:42:20 +0000 (-0400) Subject: NFSv4: Fix the referral mount code X-Git-Tag: v2.6.32-rc4~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517be09def6cd7bc231222ee756fde8ea245a6fe;p=pandora-kernel.git NFSv4: Fix the referral mount code Fix a typo which causes try_location() to use the wrong length argument when calling nfs_parse_server_name(). This again, causes the initialisation of the mount's sockaddr structure to fail. Also ensure that if nfs4_pathname_string() returns an error, then we pass that error back up the stack instead of ENOENT. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed