1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

tmpfiles: note that kernel race condition is not yet fixed

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2017-09-16 16:46:39 -04:00
Ursprung 732896b471
Commit a07728bc7e
+4
Datei anzeigen
@@ -563,7 +563,11 @@ BeesTempFile::make_copy(const BeesFileRange &src)
// We seem to get lockups without this!
if (did_block_write) {
#if 1
// Is this fixed by "Btrfs: fix deadlock between dedup on same file and starting writeback"?
// No.
bees_sync(m_fd);
#endif
}
BEESCOUNT(tmp_copy);