]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mds: fix comment over MDRequestImpl
authorJeff Layton <jlayton@redhat.com>
Tue, 19 Mar 2019 14:25:42 +0000 (10:25 -0400)
committerJeff Layton <jlayton@redhat.com>
Tue, 26 Mar 2019 14:50:24 +0000 (10:50 -0400)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/mds/Mutation.h

index 811520958c2160ccfbfaeb06a9c5d4d4c79e42d0..d628a4a2d15b78bf36a2c79095be736132d01570 100644 (file)
@@ -234,8 +234,8 @@ typedef boost::intrusive_ptr<MutationImpl> MutationRef;
 
 
 
-/** active_request_t
- * state we track for requests we are currently processing.
+/**
+ * MDRequestImpl: state we track for requests we are currently processing.
  * mostly information about locks held, so that we can drop them all
  * the request is finished or forwarded.  see request_*().
  */