Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[linux-block.git] / net / sunrpc / xprtsock.c
index ea7bf1b4172dbd65bf6c6b7cee99c268d3e55f65..ce18716491c8fed0cbe234f2044e3539c3bac6a3 100644 (file)
@@ -3007,20 +3007,11 @@ static int bc_send_request(struct rpc_rqst *req)
        return len;
 }
 
-/*
- * The close routine. Since this is client initiated, we do nothing
- */
-
 static void bc_close(struct rpc_xprt *xprt)
 {
        xprt_disconnect_done(xprt);
 }
 
-/*
- * The xprt destroy routine. Again, because this connection is client
- * initiated, we do nothing
- */
-
 static void bc_destroy(struct rpc_xprt *xprt)
 {
        dprintk("RPC:       bc_destroy xprt %p\n", xprt);