]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Fix the return value in gss_import_sec_context()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 18 Dec 2009 21:28:12 +0000 (16:28 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 18 Dec 2009 21:28:12 +0000 (16:28 -0500)
commitf41992d3ed7c2e033bf830ca49703e289f1fd60b
tree832ee6823036cdcfc7a2b52d7960faebbaa035cc
parent29a0b8b66ee978652f155cd67317b93e9d02d10b
SUNRPC: Fix the return value in gss_import_sec_context()

If the context allocation fails, it will return GSS_S_FAILURE, which is
neither a valid error code, nor is it even negative.

Return ENOMEM instead...

Reported-by: Jeff Layton <jlayton@redhat.com>
Cc: stable@kernel.org
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/gss_mech_switch.c