git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f2d21
)
ceph: fix endian conversions for ceph_pg
author
Sage Weil
<sage@newdream.net>
Wed, 4 Nov 2009 19:39:12 +0000
(11:39 -0800)
committer
Sage Weil
<sage@newdream.net>
Thu, 5 Nov 2009 00:36:07 +0000
(16:36 -0800)
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>
No differences found