Re: [GIT PULL] please pull infiniband.git

2013-05-09 Thread Or Gerlitz

On 09/05/2013 00:20, Roland Dreier wrote:

Or Gerlitz (2):
   IB/iser: Return error to upper layers on EAGAIN registration failures
   IB/iser: Add support for iser CM REQ additional info

Roi Dayan (2):
   IB/iser: Add module version
   IB/iser: Move informational messages from error to info level


Hi Roland, so Linus pulled these patches, but I can't find them on the  
for-next branch nor other branches of your tree, I assume this will be 
fixed through some rebase. Note I sent three more iser patches for 3.10.


Or.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] opensm/osm_ucast_dfsssp.c: Fix unused variable in update_mcft()

2013-05-09 Thread Alex Netes
counter isn't being used.

Signed-off-by: Alex Netes 
---
 opensm/osm_ucast_dfsssp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/opensm/osm_ucast_dfsssp.c b/opensm/osm_ucast_dfsssp.c
index be13458..7b77eed 100644
--- a/opensm/osm_ucast_dfsssp.c
+++ b/opensm/osm_ucast_dfsssp.c
@@ -1611,8 +1611,6 @@ static int update_mcft(osm_sm_t * p_sm, vertex_t * 
adj_list,
   the downstream port of the next switch to the mcast table
   until we reach the root_sw
 */
-   int counter;
-   counter = 0;
curr_adj = &adj_list[i];
while (curr_adj->sw != root_sw) {
/* the used_link is the link that was used in dijkstra 
to reach this node,
-- 
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html