]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: fix comment over MDRequestImpl
authorJeff Layton <jlayton@redhat.com>
Tue, 19 Mar 2019 14:25:42 +0000 (10:25 -0400)
committerNathan Cutler <ncutler@suse.com>
Wed, 16 Oct 2019 10:46:29 +0000 (12:46 +0200)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit a6587037af5fca2cd7911e11cea6048eb00c2c8a)

src/mds/Mutation.h

index fa5d3c715ec01ac967ed71e8e742bf71bed61cf7..96bdf97f4cfdefbbc98a3665d479bf26108d807f 100644 (file)
@@ -229,8 +229,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_*().
  */