From: NeilBrown Date: Wed, 16 Feb 2011 02:08:35 +0000 (+1100) Subject: nfsd: correctly handle return value from nfsd_map_name_to_* X-Git-Tag: v2.6.38-rc6~29^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c85291d3dd1a51501555000b90f8e281a0458e;p=pandora-kernel.git nfsd: correctly handle return value from nfsd_map_name_to_* These functions return an nfs status, not a host_err. So don't try to convert before returning. This is a regression introduced by 3c726023402a2f3b28f49b9d90ebf9e71151157d; I fixed up two of the callers, but missed these two. Cc: stable@kernel.org Reported-by: Herbert Poetzl Signed-off-by: NeilBrown Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed