Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309451
b: refs/heads/master
c: b06e6a6
h: refs/heads/master
i:
  309449: 019e95c
  309447: 398bcbe
v: v3
  • Loading branch information
Josh Durgin authored and Alex Elder committed May 14, 2012
1 parent d06a8cb commit 1e0a546
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 77dfe99fe3cb0b2b0545e19e2d57b7a9134ee3c0
refs/heads/master: b06e6a6be796bc365a19b0ac5176b553c13abf2f
4 changes: 2 additions & 2 deletions trunk/drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ static int rbd_req_read(struct request *rq,
int coll_index)
{
return rbd_do_op(rq, rbd_dev, NULL,
(snapid ? snapid : CEPH_NOSNAP),
snapid,
CEPH_OSD_OP_READ,
CEPH_OSD_FLAG_READ,
2,
Expand All @@ -1171,7 +1171,7 @@ static int rbd_req_sync_read(struct rbd_device *dev,
u64 *ver)
{
return rbd_req_sync_op(dev, NULL,
(snapid ? snapid : CEPH_NOSNAP),
snapid,
CEPH_OSD_OP_READ,
CEPH_OSD_FLAG_READ,
NULL,
Expand Down

0 comments on commit 1e0a546

Please sign in to comment.