From 26039cd559c1c5248021b82c7e1bdfd3a27eae70 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Fri, 18 May 2018 00:15:45 -0400 Subject: [PATCH] tempfile: update comments around bees_sync Deadlock reproduced on kernel 4.14.34. Signed-off-by: Zygo Blaxell --- src/bees.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bees.cc b/src/bees.cc index ef69f1f..d38392e 100644 --- a/src/bees.cc +++ b/src/bees.cc @@ -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 }