libceph: add process_one_ticket() helper
authorIlya Dryomov <ilya.dryomov@inktank.com>
Mon, 8 Sep 2014 13:25:34 +0000 (17:25 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 10 Sep 2014 16:08:35 +0000 (20:08 +0400)
commit597cda357716a3cf8d994cb11927af917c8d71fa
treefaa59552d7eed73a1760aff65d03ef933df3be25
parent73c3d4812b4c755efeca0140f606f83772a39ce4
libceph: add process_one_ticket() helper

Add a helper for processing individual cephx auth tickets.  Needed for
the next commit, which deals with allocating ticket buffers.  (Most of
the diff here is whitespace - view with git diff -b).

Cc: stable@vger.kernel.org
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Sage Weil <sage@redhat.com>
net/ceph/auth_x.c