Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347618
b: refs/heads/master
c: f407731
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder committed Dec 20, 2012
1 parent 576ba7e commit 7710afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28362986f8743124b3a0fda20a8ed3e80309cce1
refs/heads/master: f407731d12214e7686819018f3a1e9d7b6f83a02
1 change: 1 addition & 0 deletions trunk/net/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum)
atomic_set(&osd->o_ref, 1);
osd->o_osdc = osdc;
osd->o_osd = onum;
RB_CLEAR_NODE(&osd->o_node);
INIT_LIST_HEAD(&osd->o_requests);
INIT_LIST_HEAD(&osd->o_linger_requests);
INIT_LIST_HEAD(&osd->o_osd_lru);
Expand Down

0 comments on commit 7710afc

Please sign in to comment.