Support atomic directory promotion across platforms
This commit is contained in:
7
internal/fileops/sync_directory_unsupported.go
Normal file
7
internal/fileops/sync_directory_unsupported.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !linux && !darwin && !windows
|
||||
|
||||
package fileops
|
||||
|
||||
func syncDirectory(string) error {
|
||||
return checkAtomicDirectoryPromotionSupport()
|
||||
}
|
||||
Reference in New Issue
Block a user