commit | fc4c128e15b50c73466dcd7234dde02f6fd9e4f8 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Mon Nov 16 17:27:50 2020 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Dec 14 23:21:49 2020 +0100 |
tree | 1d9ffce8632210487dc7d1da519ecaab4e6fc936 | |
parent | 8ee8abf797bb3cb6007e30ac17a15f93277b0e91 [diff] |
libceph: change ceph_con_in_msg_alloc() to take hdr ceph_con_in_msg_alloc() is protocol independent, but con->in_hdr (and struct ceph_msg_header in general) is msgr1 specific. While the struct is deeply ingrained inside and outside the messenger, con->in_hdr field can be separated. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>