diff options
author | Sage Weil <sage@newdream.net> | 2010-02-02 19:21:06 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-02-10 18:04:47 -0500 |
commit | 9bd2e6f8ba71facf1cadb7154a7e0e4d345a6aba (patch) | |
tree | 1c1bb4d2f769eca05443b98334fe0fbdb3b977c2 /fs/ceph/super.h | |
parent | 8b6e4f2d8b21c25225b1ce8d53a2e03b92cc8522 (diff) |
ceph: allow renewal of auth credentials
Add infrastructure to allow the mon_client to periodically renew its auth
credentials. Also add a messenger callback that will force such a renewal
if a peer rejects our authenticator.
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 62d9ae482d72..770f7b507fce 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -123,9 +123,9 @@ struct ceph_client { | |||
123 | struct super_block *sb; | 123 | struct super_block *sb; |
124 | 124 | ||
125 | unsigned long mount_state; | 125 | unsigned long mount_state; |
126 | wait_queue_head_t mount_wq; | 126 | wait_queue_head_t auth_wq; |
127 | 127 | ||
128 | int mount_err; | 128 | int auth_err; |
129 | 129 | ||
130 | struct ceph_messenger *msgr; /* messenger instance */ | 130 | struct ceph_messenger *msgr; /* messenger instance */ |
131 | struct ceph_mon_client monc; | 131 | struct ceph_mon_client monc; |