mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04: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:
committed by
Jason Gunthorpe
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;
|
||||
|
||||
Reference in New Issue
Block a user