commit | 065a68f9167e20f321a62d044cb2c3024393d455 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@dreawmhost.com> | Fri Apr 20 15:49:43 2012 -0500 |
committer | Alex Elder <elder@dreamhost.com> | Mon May 14 12:12:22 2012 -0500 |
tree | 04bf0db8822f6675c732b2b0e3fa54e2f1c8f755 | |
parent | 8b393269008411a612ca549b733b4296e819f2fb [diff] |
ceph: osd_client: fix endianness bug in osd_req_encode_op() From Al Viro <viro@zeniv.linux.org.uk> Al Viro noticed that we were using a non-cpu-encoded value in a switch statement in osd_req_encode_op(). The result would clearly not work correctly on a big-endian machine. Signed-off-by: Alex Elder <elder@dreamhost.com>