projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d0733
)
libceph: update ceph_msg_header structure
author
John Spray
<john.spray@redhat.com>
Thu, 16 Oct 2014 11:05:34 +0000
(12:05 +0100)
committer
Ilya Dryomov
<idryomov@redhat.com>
Wed, 17 Dec 2014 17:09:50 +0000
(20:09 +0300)
2 bytes of what was reserved space is now used by userspace for the
compat_version field.
Signed-off-by: John Spray <john.spray@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
include/linux/ceph/msgr.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/ceph/msgr.h
b/include/linux/ceph/msgr.h
index cac4b28ac1c09dd368df92232ba8e59384340caa..1c1887206ffa928264acbc1cf63aa3b36717b3b9 100644
(file)
--- a/
include/linux/ceph/msgr.h
+++ b/
include/linux/ceph/msgr.h
@@
-152,7
+152,8
@@
struct ceph_msg_header {
receiver: mask against ~PAGE_MASK */
struct ceph_entity_name src;
- __le32 reserved;
+ __le16 compat_version;
+ __le16 reserved;
__le32 crc; /* header crc32c */
} __attribute__ ((packed));