From: Ilya Dryomov Date: Mon, 18 Jan 2016 15:53:31 +0000 (+0100) Subject: libceph: remove outdated comment X-Git-Tag: v4.5-rc1~5^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7e01726a6853e032536ed7e75c1e1232872ff318;p=linux-2.6-block.git 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 --- 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) {