Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320337
b: refs/heads/master
c: 048a9d2
h: refs/heads/master
i:
  320335: fd69265
v: v3
  • Loading branch information
Jiaju Zhang authored and Sage Weil committed Jul 31, 2012
1 parent 2b63efa commit df52f05
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: 21ec6ffa46719a4ed45531b5b01014c26f0416c4
refs/heads/master: 048a9d2d069e3d63c9169de82649be00de65a8f6
2 changes: 1 addition & 1 deletion trunk/net/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ static void __remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd)

static void remove_all_osds(struct ceph_osd_client *osdc)
{
dout("__remove_old_osds %p\n", osdc);
dout("%s %p\n", __func__, osdc);
mutex_lock(&osdc->request_mutex);
while (!RB_EMPTY_ROOT(&osdc->osds)) {
struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds),
Expand Down

0 comments on commit df52f05

Please sign in to comment.