commit | 6a19275ada9137435da58990c8f8d3f58e170bf1 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Wed Jun 22 17:16:23 2005 +0000 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jun 22 16:07:16 2005 -0400 |
tree | 927f8aa96c9b558a0bed5355dde66df9c0ec8554 | |
parent | 438b6fdebf2a2e8573e7290bc176feb4d4475f43 [diff] |
[PATCH] RPC: [PATCH] improve rpcauthauth_create error returns Currently we return -ENOMEM for every single failure to create a new auth. This is actually accurate for auth_null and auth_unix, but for auth_gss it's a bit confusing. Allow rpcauth_create (and the ->create methods) to return errors. With this patch, the user may sometimes see an EINVAL instead. Whee. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>