diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2016-01-18 15:53:31 (GMT) |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-01-21 18:36:09 (GMT) |
commit | 7e01726a6853e032536ed7e75c1e1232872ff318 (patch) | |
tree | a6f467a8748bee8e5fef17c8f56a22d669d3de97 /net | |
parent | f6cdb2928df87c2277ec691101e5843db6cb96ea (diff) | |
download | linux-7e01726a6853e032536ed7e75c1e1232872ff318.tar.xz |
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')
-rw-r--r-- | net/ceph/mon_client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ceph/mon_client.c b/net/ceph/mon_client.c index edda016..de85ddd 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) { |