]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: add a comment explaining what session_info_t is
authorJeff Layton <jlayton@redhat.com>
Tue, 26 Mar 2019 19:19:38 +0000 (15:19 -0400)
committerJeff Layton <jlayton@redhat.com>
Sat, 11 Jan 2020 11:11:00 +0000 (06:11 -0500)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/mds/mdstypes.h

index 98c91d11cf88336ecfb8fa85a97a432e26757681..b04773c5bb5cc8c2e9414d3c51bd91b1c0bd0a9e 100644 (file)
@@ -1221,7 +1221,7 @@ struct client_metadata_t {
 WRITE_CLASS_ENCODER(client_metadata_t)
 
 /*
- * session_info_t
+ * session_info_t - durable part of a Session
  */
 struct session_info_t {
   entity_inst_t inst;