SUNRPC: Clean up bc_send()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 11 May 2015 18:04:50 +0000 (14:04 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 2 Jun 2015 17:30:35 +0000 (13:30 -0400)
Clean up: Merge bc_send() into bc_svc_process().

Note: even thought this touches svc.c, it is a client-side change.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
include/linux/sunrpc/bc_xprt.h
net/sunrpc/Makefile
net/sunrpc/bc_svc.c [deleted file]
net/sunrpc/svc.c

index 2ca67b5..8df43c9 100644 (file)
@@ -37,7 +37,6 @@ void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied);
 void xprt_free_bc_request(struct rpc_rqst *req);
 int xprt_setup_backchannel(struct rpc_xprt *, unsigned int min_reqs);
 void xprt_destroy_backchannel(struct rpc_xprt *, unsigned int max_reqs);
-int bc_send(struct rpc_rqst *req);
 
 /*
  * Determine if a shared backchannel is in use
Simple merge
diff --cc net/sunrpc/bc_svc.c
Simple merge
Simple merge