Skip to content

Commit ed519f6

Browse files
committed
mds: remove unnecssary quiesce finisher variable
Signed-off-by: Patrick Donnelly <[email protected]>
1 parent 612b095 commit ed519f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mds/MDCache.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13828,9 +13828,8 @@ void MDCache::dispatch_quiesce_path(const MDRequestRef& mdr)
1382813828
}
1382913829

1383013830
if (qfinisher) {
13831-
auto* c = mdr->internal_op_finish;
1383213831
mdr->internal_op_finish = nullptr; // prevent ::request_kill recursion
13833-
c->complete(0);
13832+
qfinisher->complete(0);
1383413833
}
1383513834
mdr->result = 0;
1383613835

0 commit comments

Comments
 (0)