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

tempfile: update comments around bees_sync

Deadlock reproduced on kernel 4.14.34.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2018-05-18 00:15:45 -04:00
Ursprung e9aef89293
Commit 26039cd559
+2
Datei anzeigen
@@ -614,6 +614,8 @@ BeesTempFile::make_copy(const BeesFileRange &src)
#if 1
// Is this fixed by "Btrfs: fix deadlock between dedup on same file and starting writeback"?
// No.
// Is this fixed in kernel 4.14.34?
// No.
bees_sync(m_fd);
#endif
}