]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9373e33d944c5a3f884f1f610116e1f89f527de8
treefaa59552d7eed73a1760aff65d03ef933df3be25
parent326a05693af5c08dd81832bab773210c5c4dc4f7
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