From dd173bd528a43773e4f3435653a95be5223d884a Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 23 Feb 2017 10:23:28 +0000 Subject: [PATCH] mds: remove stale comment The code the comment is talking about went away in 2490a0a1e. Signed-off-by: John Spray --- src/mds/MDSRank.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mds/MDSRank.cc b/src/mds/MDSRank.cc index e4a3b05553b..8f5237c5c4a 100644 --- a/src/mds/MDSRank.cc +++ b/src/mds/MDSRank.cc @@ -975,9 +975,6 @@ void MDSRank::set_osd_epoch_barrier(epoch_t e) osd_epoch_barrier = e; } -/** - * FIXME ugly call up to MDS daemon until the dispatching is separated out - */ void MDSRank::retry_dispatch(Message *m) { inc_dispatch_depth();