commit | 6c4a19158b96ea1fb8acbe0c1d5493d9dcd2f147 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed May 16 15:16:38 2012 -0500 |
committer | Alex Elder <elder@dreamhost.com> | Thu May 17 08:18:12 2012 -0500 |
tree | 5fe6418eb57bf4e84f1eda9606a4a045ff08dcba | |
parent | ed96af646011412c2bf1ffe860db170db355fae5 [diff] |
ceph: define ceph_auth_handshake type The definitions for the ceph_mds_session and ceph_osd both contain five fields related only to "authorizers." Encapsulate those fields into their own struct type, allowing for better isolation in some upcoming patches. Fix the #includes in "linux/ceph/osd_client.h" to lay out their more complete canonical path. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>