Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320354
b: refs/heads/master
c: 9a5d690
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder authored and Sage Weil committed Jul 31, 2012
1 parent 2071b51 commit b7bf373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: de71a2970d57463d3d965025e33ec3adcf391248
refs/heads/master: 9a5d690b08478fc2358d885703014853e44a357e
3 changes: 1 addition & 2 deletions trunk/drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,6 @@ static int rbd_req_read(struct request *rq,
* Request sync osd read
*/
static int rbd_req_sync_read(struct rbd_device *rbd_dev,
struct ceph_snap_context *snapc,
u64 snapid,
const char *object_name,
u64 ofs, u64 len,
Expand Down Expand Up @@ -1619,7 +1618,7 @@ static int rbd_read_header(struct rbd_device *rbd_dev,
return -ENOMEM;

rc = rbd_req_sync_read(rbd_dev,
NULL, CEPH_NOSNAP,
CEPH_NOSNAP,
rbd_dev->header_name,
0, len,
(char *)dh, &ver);
Expand Down

0 comments on commit b7bf373

Please sign in to comment.