]> 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)
committerAndi Kleen <ak@linux.intel.com>
Mon, 1 Aug 2011 20:54:58 +0000 (13:54 -0700)
commit0d1ae88bf82c77ded2bf12c6e23d3cd7364bb1b4
tree3c3d4e218d933540240158c2e606409039085849
parent04bf190d9339a6cd5adef1a4b789517ff9838fdb
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>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c