Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41341
b: refs/heads/master
c: f115db4
h: refs/heads/master
i:
  41339: 3fd204c
v: v3
  • Loading branch information
Krishna Kumar authored and Roland Dreier committed Nov 29, 2006
1 parent 0989bab commit 94c194b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4022274cf8df1f78f9e20ba7e199a9edf655422
refs/heads/master: f115db4803effd8207c3169590fb3f13336a4093
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static void queue_req(struct addr_req *req)

mutex_lock(&lock);
list_for_each_entry_reverse(temp_req, &req_list, list) {
if (time_after(req->timeout, temp_req->timeout))
if (time_after_eq(req->timeout, temp_req->timeout))
break;
}

Expand Down

0 comments on commit 94c194b

Please sign in to comment.