summaryrefslogtreecommitdiff
path: root/Documentation/blackfin
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2013-03-13 20:50:00 -0500
committerSage Weil <sage@inktank.com>2013-05-01 21:17:46 -0700
commit75d1c941e57d4247de4c0ed4064a65cf1a4d3ed8 (patch)
tree58a1f59a447cf2afb70e961b05bf065e7f6bbdb3 /Documentation/blackfin
parent33803f3300265661b5c5d20a9811c6a2a157d545 (diff)
libceph: pass offset and length out of calc_layout()
The purpose of calc_layout() is to determine, given a file offset and length and a layout describing the placement of file data across objects, where in "object space" that data resides. Specifically, it determines which object should hold the first part of the specified range of file data, and the offset and length of data within that object. The length will not exceed the bounds of the object, and the caller is informed of that maximum length. Add two parameters to calc_layout() to allow the object-relative offset and length to be passed back to the caller. This is the first steps toward having ceph_osdc_new_request() build its osd op structure using osd_req_op_extent_init(). Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'Documentation/blackfin')
0 files changed, 0 insertions, 0 deletions