From a6587037af5fca2cd7911e11cea6048eb00c2c8a Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 19 Mar 2019 10:25:42 -0400 Subject: [PATCH] mds: fix comment over MDRequestImpl Signed-off-by: Jeff Layton --- src/mds/Mutation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mds/Mutation.h b/src/mds/Mutation.h index 811520958c2..d628a4a2d15 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_*(). */ -- 2.39.5