SUNRPC: Fix an error code in gss_alloc_msg()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 3 May 2019 12:30:09 +0000 (15:30 +0300)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 9 May 2019 20:26:56 +0000 (16:26 -0400)
commitfe31ce83cbac7adcaa629b59179f502981be5f8b
tree0868b0ee3edac9a14085caa24e0c9982b412690d
parent9c5948c248696ca60c56ec5a608e225c4ab8a854
SUNRPC: Fix an error code in gss_alloc_msg()

If kstrdup_const() then this function returns zero (success) but it
should return -ENOMEM.

Fixes: ac83228a7101 ("SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcall")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/auth_gss/auth_gss.c