svcrdma: Remove try_module_get from backchannel
authorChuck Lever <chuck.lever@oracle.com>
Mon, 1 Oct 2018 18:16:06 +0000 (14:16 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 29 Oct 2018 20:58:04 +0000 (16:58 -0400)
commit07880fa4968b07db9df0f126bb7fbde245ed12ff
tree961f6053d45cf2c2c523bbf0756c192392473f62
parent596f2a1950437095fee3062b75935c3bfdda0289
svcrdma: Remove try_module_get from backchannel

Since commit ffe1f0df5862 ("rpcrdma: Merge svcrdma and xprtrdma
modules into one"), the forward and backchannel components are part
of the same kernel module. A separate try_module_get() call in the
backchannel code is no longer necessary.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtrdma/svc_rdma_backchannel.c