From: Jeff Layton Date: Tue, 19 Mar 2019 14:25:42 +0000 (-0400) Subject: mds: fix comment over MDRequestImpl X-Git-Tag: v14.2.8~20^2~68^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5049372c87761cc364b720dfb4e06a3dc9c0c674;p=ceph.git mds: fix comment over MDRequestImpl Signed-off-by: Jeff Layton (cherry picked from commit a6587037af5fca2cd7911e11cea6048eb00c2c8a) --- diff --git a/src/mds/Mutation.h b/src/mds/Mutation.h index fa5d3c715ec..96bdf97f4cf 100644 --- a/src/mds/Mutation.h +++ b/src/mds/Mutation.h @@ -229,8 +229,8 @@ typedef boost::intrusive_ptr 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_*(). */