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.37.2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b461f1d7997b56e27d43ceda8bddbdee2071cc4;p=pandora-kernel.git nfsd: correctly handle return value from nfsd_map_name_to_* commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream. 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. Reported-by: Herbert Poetzl Signed-off-by: NeilBrown Signed-off-by: J. Bruce Fields Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed