Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373303
b: refs/heads/master
c: f51a822
h: refs/heads/master
i:
  373301: f889587
  373299: 790d455
  373295: f9d707c
v: v3
  • Loading branch information
Alex Elder authored and Sage Weil committed May 2, 2013
1 parent 0a5c169 commit cf7c0ee
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: d4b515fa10dd52a2aef88df7299e9f3a8ab0957a
refs/heads/master: f51a822c315e9d4c4c67247bea10e4b8eb795af1
2 changes: 1 addition & 1 deletion trunk/net/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ void ceph_osdc_build_request(struct ceph_osd_request *req,
data_len += len;
}
req->r_request->hdr.data_len = cpu_to_le32(data_len);
req->r_request->page_alignment = req->r_page_alignment;

BUG_ON(p > msg->front.iov_base + msg->front.iov_len);
msg_size = p - msg->front.iov_base;
Expand Down Expand Up @@ -1743,6 +1742,7 @@ int ceph_osdc_start_request(struct ceph_osd_client *osdc,

req->r_request->pages = req->r_pages;
req->r_request->page_count = req->r_num_pages;
req->r_request->page_alignment = req->r_page_alignment;
#ifdef CONFIG_BLOCK
req->r_request->bio = req->r_bio;
#endif
Expand Down

0 comments on commit cf7c0ee

Please sign in to comment.