Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200837
b: refs/heads/master
c: 4a32f93
h: refs/heads/master
i:
  200835: 9d8c524
v: v3
  • Loading branch information
Sage Weil committed Jun 13, 2010
1 parent 103fa21 commit 3267da0
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: 0cf5537b158caae42bcc03f0f6db10f68585b1ec
refs/heads/master: 4a32f93d29b05cdab63c0e2979bc1524c8ea6bf5
3 changes: 2 additions & 1 deletion trunk/fs/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
int type = le16_to_cpu(msg->hdr.type);

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

switch (type) {
Expand All @@ -1359,6 +1359,7 @@ static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
pr_err("received unknown message type %d %s\n", type,
ceph_msg_type_name(type));
}
out:
ceph_msg_put(msg);
}

Expand Down

0 comments on commit 3267da0

Please sign in to comment.