Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198059
b: refs/heads/master
c: f26e681
h: refs/heads/master
i:
  198057: 2279a5f
  198055: 62b4f06
v: v3
  • Loading branch information
Sage Weil committed May 17, 2010
1 parent 2f014f5 commit 87a45ab
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: 0d509c949a4d3f21943bd93863a2e6c2f0d0c004
refs/heads/master: f26e681d52fcc4778d8c604ef047487ca9f3df95
2 changes: 1 addition & 1 deletion trunk/fs/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ static void handle_timeout(struct work_struct *work)
* should mark the osd as failed and we should find out about
* it from an updated osd map.
*/
while (!list_empty(&osdc->req_lru)) {
while (timeout && !list_empty(&osdc->req_lru)) {
req = list_entry(osdc->req_lru.next, struct ceph_osd_request,
r_req_lru_item);

Expand Down

0 comments on commit 87a45ab

Please sign in to comment.