commit | 5b191d9914eb68257f47de9d5bfe099b77f0687c | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Sat Feb 23 10:38:16 2013 -0800 |
committer | Sage Weil <sage@inktank.com> | Tue Feb 26 15:01:57 2013 -0800 |
tree | 2465631736897b02dd16de136ef5b69dadb943f1 | |
parent | 12979354a1d6ef25d86f381e4d5f9e103f29913a [diff] |
libceph: decode into cpu-native ceph_pg type Always decode data into our cpu-native ceph_pg type that has the correct field widths. Limit any remaining uses of ceph_pg_v1 to dealing with the legacy protocol. Signed-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Alex Elder <elder@inktank.com>