SUNRPC: Allow rpc_auth to run clean up before the rpc_client is destroyed
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 26 Jun 2007 20:57:41 +0000 (16:57 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:36 +0000 (23:40 -0400)
commit1dd17ec693bf4a08b666c2ef76b68ca08ce3c93d
tree633aabf459c0beafc5ed0ebd7c0efd2e58e7c22b
parent5d28dc82074f1e64b22c9424b161abc1f5d6bcdb
SUNRPC: Allow rpc_auth to run clean up before the rpc_client is destroyed

RPCSEC_GSS needs to be able to send NULL RPC calls to the server in order
to free up any remaining GSS contexts.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c