aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/mds_client.c')
-rw-r--r--fs/ceph/mds_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c
index 200bc87eceb1..ad30261cd4c0 100644
--- a/fs/ceph/mds_client.c
+++ b/fs/ceph/mds_client.c
@@ -394,7 +394,7 @@ static struct ceph_mds_session *register_session(struct ceph_mds_client *mdsc,
394 s->s_seq = 0; 394 s->s_seq = 0;
395 mutex_init(&s->s_mutex); 395 mutex_init(&s->s_mutex);
396 396
397 ceph_con_init(mdsc->fsc->client->msgr, &s->s_con); 397 ceph_con_init(&mdsc->fsc->client->msgr, &s->s_con);
398 s->s_con.private = s; 398 s->s_con.private = s;
399 s->s_con.ops = &mds_con_ops; 399 s->s_con.ops = &mds_con_ops;
400 s->s_con.peer_name.type = CEPH_ENTITY_TYPE_MDS; 400 s->s_con.peer_name.type = CEPH_ENTITY_TYPE_MDS;