urgh, fixup move ordering issue

Summary:
I changed this around at the last minute before landing D5896494 and
it seemed to work, but the optimized build is pretty consistent at falling over
at runtime with a zero page non-null address.

Reviewed By: bolinfest

Differential Revision: D6092224

fbshipit-source-id: 93448615ac3bbea30bfe7729085808d9926f7dab
This commit is contained in:
Wez Furlong 2017-10-18 15:09:49 -07:00 committed by Facebook Github Bot
parent 2c46c59ad6
commit 66a3a0fcea

View File

@ -107,7 +107,7 @@ class JournalDiffCallback : public InodeDiffCallback {
rawContext,
RelativePathPiece{},
std::move(rootTree),
diffContext->getToplevelIgnore(),
rawContext->getToplevelIgnore(),
false)
.ensure([diffContext = std::move(diffContext)]() {});
}