mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +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 */
|
||||
struct rtrs_iu {
|
||||
struct list_head list;
|
||||
struct ib_cqe cqe;
|
||||
dma_addr_t dma_addr;
|
||||
void *buf;
|
||||
|
Loading…
Reference in New Issue
Block a user