diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2016-01-15 13:20:01 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-01-21 19:36:09 +0100 |
commit | f6cdb2928df87c2277ec691101e5843db6cb96ea (patch) | |
tree | a7f3777a1a5cbcab35fcbcf3474ce9b32e881b5f /net/ceph/auth_x.h | |
parent | 187d131dd983fb1ab1c5d0d9ee98ab6511f252cd (diff) | |
download | blackbird-obmc-linux-f6cdb2928df87c2277ec691101e5843db6cb96ea.tar.gz blackbird-obmc-linux-f6cdb2928df87c2277ec691101e5843db6cb96ea.zip |
libceph: kill off ceph_x_ticket_handler::validity
With it gone, no need to preserve ceph_timespec in process_one_ticket()
either.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'net/ceph/auth_x.h')
-rw-r--r-- | net/ceph/auth_x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ceph/auth_x.h b/net/ceph/auth_x.h index 5334b9b159c5..40b1a3cf7397 100644 --- a/net/ceph/auth_x.h +++ b/net/ceph/auth_x.h @@ -16,7 +16,6 @@ struct ceph_x_ticket_handler { unsigned int service; struct ceph_crypto_key session_key; - struct ceph_timespec validity; bool have_key; u64 secret_id; |