You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user