Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188633
b: refs/heads/master
c: 32c895e
h: refs/heads/master
i:
  188631: d1d7494
v: v3
  • Loading branch information
Julia Lawall authored and Sage Weil committed Nov 21, 2009
1 parent d67f420 commit b4e3176
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 60d877334f7d9f5f2417ea4a83c1def769286102
refs/heads/master: 32c895e776a0dd2cb701d60fbd6440280c09ce35
3 changes: 2 additions & 1 deletion trunk/fs/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1249,11 +1249,12 @@ int ceph_osdc_writepages(struct ceph_osd_client *osdc, struct ceph_vino vino,
static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
{
struct ceph_osd *osd = con->private;
struct ceph_osd_client *osdc = osd->o_osdc;
struct ceph_osd_client *osdc;
int type = le16_to_cpu(msg->hdr.type);

if (!osd)
return;
osdc = osd->o_osdc;

switch (type) {
case CEPH_MSG_OSD_MAP:
Expand Down

0 comments on commit b4e3176

Please sign in to comment.