]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
SUNRPC: cleanup service destruction
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Tue, 25 Oct 2011 11:17:18 +0000 (14:17 +0300)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 25 Oct 2011 11:19:13 +0000 (13:19 +0200)
commit8e356b1e2a888c59d10a4842995a3273ca2d9086
tree053ac23e3c8f8e4164f83774f673bbdf8d2a8920
parente40f5e29ef0909ecba1d759cc930efb7a9a7d935
SUNRPC: cleanup service destruction

svc_unregister() call have to be removed from svc_destroy() since it will be
called in sv_shutdown callback.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/svc.c