diff options
author | Jeff Layton <jlayton@kernel.org> | 2020-10-06 19:24:19 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-10-12 16:29:27 +0300 |
commit | c74d79af9002a9cb179f7950a2c266f0de964abe (patch) | |
tree | ae95876f387163373d571e63db230e9c13ca8f5e /fs/ceph/mds_client.h | |
parent | 16d68903f56ae277446cc2d24ab18db835363eda (diff) | |
download | linux-c74d79af9002a9cb179f7950a2c266f0de964abe.tar.xz |
ceph: comment cleanups and clarifications
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r-- | fs/ceph/mds_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index 658800605bfb..cbf8af437140 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h @@ -393,7 +393,7 @@ struct ceph_mds_client { struct ceph_mds_session **sessions; /* NULL for mds if no session */ atomic_t num_sessions; - int max_sessions; /* len of s_mds_sessions */ + int max_sessions; /* len of sessions array */ int stopping; /* true if shutting down */ atomic64_t quotarealms_count; /* # realms with quota */ |