diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2017-02-07 11:58:48 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2017-02-08 14:41:59 -0500 |
commit | aba7d14ba18c93a2ab37d50b057a885964ef285c (patch) | |
tree | 96c3b5d863592a99cd992aa726653e5bd417ae76 /include/linux/sunrpc | |
parent | c2ccf64a6c4bf3bcbf4e6e6b94a51500991022a1 (diff) | |
download | blackbird-obmc-linux-aba7d14ba18c93a2ab37d50b057a885964ef285c.tar.gz blackbird-obmc-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')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 1 |
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; }; |