]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfsd: correctly handle return value from nfsd_map_name_to_*
authorNeilBrown <neilb@suse.de>
Wed, 16 Feb 2011 02:08:35 +0000 (13:08 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Mar 2011 14:46:46 +0000 (09:46 -0500)
commit63d059e73ff4574b79bd8aa252b5fc00b6326ddf
treef3c769d16d5c9a775889db81820e1ac1ffb2383f
parentd9d89091ffe11687f7fa20b7d75b08d9e1dc1421
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 <herbert@13thfloor.at>
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfsd/nfs4xdr.c