1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

tempfile: update comments around bees_sync

Deadlock reproduced on kernel 4.14.34.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2018-05-18 00:15:45 -04:00
parent e9aef89293
commit 26039cd559

View File

@ -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
}