]> 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)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 17 May 2012 15:21:02 +0000 (11:21 -0400)
commitf3d5950607bccc215ce4db7d39168ef0a9034e41
tree70515cbea8ce90d5505fe52b105056a4067b910c
parentc33cbe9efc1390264244e123c9900823979b54de
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: Paul Gortmaker <paul.gortmaker@windriver.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c