mirror of
				https://github.com/Zygo/bees.git
				synced 2025-10-31 18:20:34 +01:00 
			
		
		
		
	tmpfiles: note that kernel race condition is not yet fixed
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
		| @@ -570,7 +570,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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user