From: Jeff Layton Date: Tue, 19 Mar 2019 14:25:42 +0000 (-0400) Subject: mds: fix comment over MDRequestImpl X-Git-Tag: v15.0.0~42^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6587037af5fca2cd7911e11cea6048eb00c2c8a;p=ceph.git mds: fix comment over MDRequestImpl Signed-off-by: Jeff Layton --- diff --git a/src/mds/Mutation.h b/src/mds/Mutation.h index 811520958c21..d628a4a2d15b 100644 --- a/src/mds/Mutation.h +++ b/src/mds/Mutation.h @@ -234,8 +234,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_*(). */