projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167c426
)
IPoIB: Remove unused struct ipoib_cm_tx.ibwc member
author
Eli Cohen
<eli@dev.mellanox.co.il>
Thu, 14 Feb 2008 11:15:28 +0000
(13:15 +0200)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 14 Feb 2008 18:30:50 +0000
(10:30 -0800)
struct ipoib_cm_tx.ibwc is unused since commit
1b524963
("IPoIB/cm:
Use common CQ for CM send completions"), so remove it.
Signed-off-by: Eli Cohen <eli@mellanox.co.il>
drivers/infiniband/ulp/ipoib/ipoib.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/infiniband/ulp/ipoib/ipoib.h
b/drivers/infiniband/ulp/ipoib/ipoib.h
index f9b7caa541439666e4379b1c8b2cff00c60ed181..054fab8e27a033f480218582c7cd2e2da6d7feed 100644
(file)
--- a/
drivers/infiniband/ulp/ipoib/ipoib.h
+++ b/
drivers/infiniband/ulp/ipoib/ipoib.h
@@
-209,7
+209,6
@@
struct ipoib_cm_tx {
unsigned tx_tail;
unsigned long flags;
u32 mtu;
- struct ib_wc ibwc[IPOIB_NUM_WC];
};
struct ipoib_cm_rx_buf {