diff options
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; |