projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4c0fb
)
RDMA/rtrs: Remove unused field of rtrs_iu
author
Gioh Kim
<gi-oh.kim@cloud.ionos.com>
Wed, 30 Sep 2020 13:14:07 +0000
(15:14 +0200)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Wed, 30 Sep 2020 18:21:16 +0000
(15:21 -0300)
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>
drivers/infiniband/ulp/rtrs/rtrs-pri.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/ulp/rtrs/rtrs-pri.h
b/drivers/infiniband/ulp/rtrs/rtrs-pri.h
index
0a93c87
..
b8e43dc
100644
(file)
--- a/
drivers/infiniband/ulp/rtrs/rtrs-pri.h
+++ b/
drivers/infiniband/ulp/rtrs/rtrs-pri.h
@@
-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;