Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320312
b: refs/heads/master
c: ad4f232
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder authored and Sage Weil committed Jul 30, 2012
1 parent 8bf825e commit b65dc78
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: c61a1abd215c1ccd6fa73104c79e79987ed3aa98
refs/heads/master: ad4f232f28e8059fa1de51f3127d8a6a2759ef16
3 changes: 1 addition & 2 deletions trunk/drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,6 @@ static int rbd_req_sync_notify_ack(struct rbd_device *dev,
const char *obj)
{
struct ceph_osd_req_op *ops;
struct page **pages = NULL;
int ret;

ret = rbd_create_rw_ops(&ops, 1, CEPH_OSD_OP_NOTIFY_ACK, 0);
Expand All @@ -1200,7 +1199,7 @@ static int rbd_req_sync_notify_ack(struct rbd_device *dev,

ret = rbd_do_request(NULL, dev, NULL, CEPH_NOSNAP,
obj, 0, 0, NULL,
pages, 0,
NULL, 0,
CEPH_OSD_FLAG_READ,
ops,
1,
Expand Down

0 comments on commit b65dc78

Please sign in to comment.