]> rtime.felk.cvut.cz Git - linux-imx.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)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 17 Jun 2011 14:17:19 +0000 (10:17 -0400)
commit5afa9133cfe67f1bfead6049a9640c9262a7101c
tree7b410b2d33069b3bad042ebe1944557533cc76c4
parentee7b75fc4f3ae49e1f25bf56219bb5de3c29afaf
SUNRPC: Ensure the RPC client only quits on fatal signals

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

Cc: stable@kernel.org
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c