diff --git a/mdservice/ut/mdstore.c b/mdservice/ut/mdstore.c index 071ef66599d..481d52705c8 100644 --- a/mdservice/ut/mdstore.c +++ b/mdservice/ut/mdstore.c @@ -86,6 +86,7 @@ static int fom_create(struct m0_fop *fop, struct m0_fom **m, if (rc == 0) { M0_UT_ASSERT(*m != NULL); (*m)->fo_local = true; + (*m)->fo_local_update = true; } return rc; }