commit | 2ac2b7a6d4976bd6b5dc0751aa77d12d48d3ac4c | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Feb 14 12:16:43 2013 -0600 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:16:25 2013 -0700 |
tree | af95ff579ab1719871e8678ef530db46514c0eb7 | |
parent | 2794a82a11cfeae0890741b18b0049ddb55ce646 [diff] |
libceph: distinguish page and bio requests An osd request uses either pages or a bio list for its data. Use a union to record information about the two, and add a data type tag to select between them. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>