mirror of
				https://github.com/9001/copyparty.git
				synced 2025-10-31 03:53:31 +00:00 
			
		
		
		
	reflinks are non-e2d safe
This commit is contained in:
		| @@ -2726,7 +2726,11 @@ class AuthSrv(object): | ||||
|  | ||||
|             if "dedup" in zv.flags: | ||||
|                 have_dedup = True | ||||
|                 if "e2d" not in zv.flags and "hardlink" not in zv.flags: | ||||
|                 if ( | ||||
|                     "e2d" not in zv.flags | ||||
|                     and "hardlink" not in zv.flags | ||||
|                     and "reflink" not in zv.flags | ||||
|                 ): | ||||
|                     unsafe_dedup.append("/" + zv.vpath) | ||||
|  | ||||
|             t += "\n" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user