]> git.karo-electronics.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>
Sat, 9 Jul 2011 06:15:30 +0000 (23:15 -0700)
commit43aa522a034e574853b949e5acb97d05776f5b8a
tree9e539e66fa8b35ba1c15a514b7656a3308bbee21
parent1ba0b35675c0acec330a0b19c1e7ce9d8acb55f6
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