]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
SUNRPC: Ensure the RPC client only quits on fatal signals
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 17 Jun 2011 14:14:59 +0000 (10:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Jul 2011 03:29:25 +0000 (05:29 +0200)
commitd2c7e885624f03cdbba80f124096e5073156969e
tree7e565afc728981491d76ed49d4b72aad674da817
parent1ca39696ba621b0737c78af2c104939c60b29ce4
SUNRPC: Ensure the RPC client only quits on fatal signals

commit 5afa9133cfe67f1bfead6049a9640c9262a7101c upstream.

Fix a couple of instances where we were exiting the RPC client on
arbitrary signals. We should only do so on fatal signals.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c