summaryrefslogtreecommitdiffstats
path: root/net/ceph/mon_client.c
diff options
context:
space:
mode:
authorIlya Dryomov2016-01-18 16:53:31 +0100
committerIlya Dryomov2016-01-21 19:36:09 +0100
commit7e01726a6853e032536ed7e75c1e1232872ff318 (patch)
treea6f467a8748bee8e5fef17c8f56a22d669d3de97 /net/ceph/mon_client.c
parentlibceph: kill off ceph_x_ticket_handler::validity (diff)
downloadkernel-qcow2-linux-7e01726a6853e032536ed7e75c1e1232872ff318.tar.gz
kernel-qcow2-linux-7e01726a6853e032536ed7e75c1e1232872ff318.tar.xz
kernel-qcow2-linux-7e01726a6853e032536ed7e75c1e1232872ff318.zip
libceph: remove outdated comment
MClientMount{,Ack} are long gone. The receipt of bare monmap doesn't actually indicate a mount success as we are yet to authenticate at that point in time. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph/mon_client.c')
-rw-r--r--net/ceph/mon_client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ceph/mon_client.c b/net/ceph/mon_client.c
index edda01626a45..de85dddc3dc0 100644
--- a/net/ceph/mon_client.c
+++ b/net/ceph/mon_client.c
@@ -364,10 +364,6 @@ static bool have_debugfs_info(struct ceph_mon_client *monc)
return monc->client->have_fsid && monc->auth->global_id > 0;
}
-/*
- * The monitor responds with mount ack indicate mount success. The
- * included client ticket allows the client to talk to MDSs and OSDs.
- */
static void ceph_monc_handle_map(struct ceph_mon_client *monc,
struct ceph_msg *msg)
{