summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_rdma.h
diff options
context:
space:
mode:
authorChuck Lever2017-02-07 17:58:48 +0100
committerJ. Bruce Fields2017-02-08 20:41:59 +0100
commitaba7d14ba18c93a2ab37d50b057a885964ef285c (patch)
tree96c3b5d863592a99cd992aa726653e5bd417ae76 /include/linux/sunrpc/svc_rdma.h
parentsvcrdma: Clean up backchannel send header encoding (diff)
downloadkernel-qcow2-linux-aba7d14ba18c93a2ab37d50b057a885964ef285c.tar.gz
kernel-qcow2-linux-aba7d14ba18c93a2ab37d50b057a885964ef285c.tar.xz
kernel-qcow2-linux-aba7d14ba18c93a2ab37d50b057a885964ef285c.zip
svcrdma: Remove unused sc_dto_q field
Clean up. Commit be99bb11400c ("svcrdma: Use new CQ API for RPC-over-RDMA server send CQs") removed code that used the sc_dto_q field, but neglected to remove sc_dto_q at the same time. Fixes: be99bb11400c ("svcrdma: Use new CQ API for RPC-over- ...") Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/sunrpc/svc_rdma.h')
-rw-r--r--include/linux/sunrpc/svc_rdma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h
index 25ecf92cae96..f77a7bc1612c 100644
--- a/include/linux/sunrpc/svc_rdma.h
+++ b/include/linux/sunrpc/svc_rdma.h
@@ -172,7 +172,6 @@ struct svcxprt_rdma {
wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */
unsigned long sc_flags;
- struct list_head sc_dto_q; /* DTO tasklet I/O pending Q */
struct list_head sc_read_complete_q;
struct work_struct sc_work;
};