]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit855fdc6d78f64b19967f0d9762f114aea7dedbea
tree5fe6418eb57bf4e84f1eda9606a4a045ff08dcba
parent2677bd80a30722e4495a9941f6a657839157af47
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