|
@@ -753,7 +753,7 @@ static int persistent_commit_merge(struct dm_exception_store *store,
|
|
for (i = 0; i < nr_merged; i++)
|
|
for (i = 0; i < nr_merged; i++)
|
|
clear_exception(ps, ps->current_committed - 1 - i);
|
|
clear_exception(ps, ps->current_committed - 1 - i);
|
|
|
|
|
|
- r = area_io(ps, WRITE);
|
|
|
|
|
|
+ r = area_io(ps, WRITE_FLUSH_FUA);
|
|
if (r < 0)
|
|
if (r < 0)
|
|
return r;
|
|
return r;
|
|
|
|
|