mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 18:36:00 +00:00
RDMA/rtrs: Remove unused field of rtrs_iu
list field is not used anywhere Link: https://lore.kernel.org/r/20200930131407.6438-1-gi-oh.kim@clous.ionos.com Signed-off-by: Gioh Kim <gi-oh.kim@cloud.ionos.com> Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
cf4c0fb00d
commit
220aee3021
@ -115,7 +115,6 @@ struct rtrs_sess {
|
|||||||
|
|
||||||
/* rtrs information unit */
|
/* rtrs information unit */
|
||||||
struct rtrs_iu {
|
struct rtrs_iu {
|
||||||
struct list_head list;
|
|
||||||
struct ib_cqe cqe;
|
struct ib_cqe cqe;
|
||||||
dma_addr_t dma_addr;
|
dma_addr_t dma_addr;
|
||||||
void *buf;
|
void *buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user