ceph: define ceph_auth_handshake type
authorAlex Elder <elder@inktank.com>
Wed, 16 May 2012 20:16:38 +0000 (15:16 -0500)
committerAlex Elder <elder@dreamhost.com>
Thu, 17 May 2012 13:18:12 +0000 (08:18 -0500)
commit6c4a19158b96ea1fb8acbe0c1d5493d9dcd2f147
tree5fe6418eb57bf4e84f1eda9606a4a045ff08dcba
parented96af646011412c2bf1ffe860db170db355fae5
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>
fs/ceph/mds_client.c
fs/ceph/mds_client.h
include/linux/ceph/auth.h
include/linux/ceph/osd_client.h
net/ceph/osd_client.c