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:
e971b8c
)
RDMA/cma: Remove unused node_guid from cma_device structure
author
Sean Hefty
<sean.hefty@intel.com>
Thu, 22 Feb 2007 19:37:44 +0000
(11:37 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 23 Feb 2007 01:54:35 +0000
(17:54 -0800)
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/cma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/infiniband/core/cma.c
b/drivers/infiniband/core/cma.c
index bb27ce911936d4eeba20090544c0c07c02094513..d441815a3e0c908588b55ee9d271b11e7eff5791 100644
(file)
--- a/
drivers/infiniband/core/cma.c
+++ b/
drivers/infiniband/core/cma.c
@@
-77,7
+77,6
@@
static int next_port;
struct cma_device {
struct list_head list;
struct ib_device *device;
- __be64 node_guid;
struct completion comp;
atomic_t refcount;
struct list_head id_list;
@@
-2674,7
+2673,6
@@
static void cma_add_one(struct ib_device *device)
return;
cma_dev->device = device;
- cma_dev->node_guid = device->node_guid;
init_completion(&cma_dev->comp);
atomic_set(&cma_dev->refcount, 1);