commit | 51042122d4f85e0f8ee577a4230f172fcc57c456 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Nov 04 11:39:12 2009 -0800 |
committer | Sage Weil <sage@newdream.net> | Wed Nov 04 16:36:07 2009 -0800 |
tree | d5ccf5f84d362b6542a86eab6b6f50112111434b | |
parent | 63f2d211954b790fea0a9caeae605c7956535af6 [diff] |
ceph: fix endian conversions for ceph_pg The endian conversions don't quite work with the old union ceph_pg. Just make it a regular struct, and make each field __le. This is simpler and it has the added bonus of actually working. Signed-off-by: Sage Weil <sage@newdream.net>