lib_log: safeguard suspected coherence problems 1

This commit is contained in:
Thomas Schoebel-Theuer 2022-08-23 11:48:52 +02:00
parent b28b0dea99
commit 5c8ed6164f
1 changed files with 2 additions and 0 deletions

View File

@ -653,6 +653,8 @@ done_put:
if (*dealloc) {
brick_mem_free(*dealloc);
}
/* safeguard any suspected coherence problems */
smp_mb();
goto restart;
}
goto done;