Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320263
b: refs/heads/master
c: 895cfcc
h: refs/heads/master
i:
  320261: c6eb40f
  320259: eab8c6c
  320255: 37c6886
v: v3
  • Loading branch information
Dan Carpenter authored and Alex Elder committed Jun 6, 2012
1 parent 0e95605 commit 4aca7b0
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: f9f9a1904467816452fc70740165030e84c2c659
refs/heads/master: 895cfcc810e53d7d36639969c71efb9087221167
2 changes: 1 addition & 1 deletion trunk/drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ static void rbd_req_cb(struct ceph_osd_request *req, struct ceph_msg *msg)
op = (void *)(replyhead + 1);
rc = le32_to_cpu(replyhead->result);
bytes = le64_to_cpu(op->extent.length);
read_op = (le32_to_cpu(op->op) == CEPH_OSD_OP_READ);
read_op = (le16_to_cpu(op->op) == CEPH_OSD_OP_READ);

dout("rbd_req_cb bytes=%lld readop=%d rc=%d\n", bytes, read_op, rc);

Expand Down

0 comments on commit 4aca7b0

Please sign in to comment.