ceph: renew auth tickets before they expire
authorSage Weil <sage@newdream.net>
Tue, 25 May 2010 22:39:06 +0000 (15:39 -0700)
committerSage Weil <sage@newdream.net>
Sat, 29 May 2010 16:12:39 +0000 (09:12 -0700)
commita41359fa355e7b450c610ed8e913d5d75c3c9c3b
tree6dc6681f4350f0888ddcb55b5a21326069c200b2
parent09c4d6a7d40dd26c1b35674c582382b7ea551368
ceph: renew auth tickets before they expire

We were only requesting renewal after our tickets expire; do so before
that.  Most of the low-level logic for this was already there; just use
it.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/auth.c
fs/ceph/auth.h
fs/ceph/auth_none.c
fs/ceph/auth_x.c