ceph: do not resend mon requests on auth ticket renewal
authorSage Weil <sage@newdream.net>
Tue, 25 May 2010 22:38:06 +0000 (15:38 -0700)
committerSage Weil <sage@newdream.net>
Sat, 29 May 2010 16:12:38 +0000 (09:12 -0700)
We only want to send pending mon requests when we successfully
authenticate.  If we are already authenticated, like when we renew our
ticket, there is no need to resend pending requests.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/mon_client.c

Simple merge