Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ccf1c
)
- minor code cleanups.
author
isaac
<isaac>
Tue, 30 Sep 2008 01:50:55 +0000
(
01:50
+0000)
committer
isaac
<isaac>
Tue, 30 Sep 2008 01:50:55 +0000
(
01:50
+0000)
lnet/klnds/o2iblnd/o2iblnd.c
patch
|
blob
|
history
diff --git
a/lnet/klnds/o2iblnd/o2iblnd.c
b/lnet/klnds/o2iblnd/o2iblnd.c
index
c1750bb
..
a00b606
100644
(file)
--- a/
lnet/klnds/o2iblnd/o2iblnd.c
+++ b/
lnet/klnds/o2iblnd/o2iblnd.c
@@
-892,8
+892,8
@@
kiblnd_destroy_conn (kib_conn_t *conn)
break;
}
- if (c
onn->ibc_c
mid->qp != NULL)
- rdma_destroy_qp(c
onn->ibc_c
mid);
+ if (cmid->qp != NULL)
+ rdma_destroy_qp(cmid);
if (conn->ibc_cq != NULL) {
rc = ib_destroy_cq(conn->ibc_cq);
@@
-909,7
+909,7
@@
kiblnd_destroy_conn (kib_conn_t *conn)
LASSERT (rx->rx_nob >= 0); /* not posted */
- kiblnd_dma_unmap_single(c
onn->ibc_c
mid->device,
+ kiblnd_dma_unmap_single(cmid->device,
KIBLND_UNMAP_ADDR(rx, rx_msgunmap,
rx->rx_msgaddr),
IBLND_MSG_SIZE, DMA_FROM_DEVICE);