diff --git a/borg_sync_file_range.patch b/borg_sync_file_range.patch index 9813709..7804cd6 100644 --- a/borg_sync_file_range.patch +++ b/borg_sync_file_range.patch @@ -2,7 +2,7 @@ diff --git a/src/borg/platform/linux.pyx b/src/borg/platform/linux.pyx index 25f71fa1..42ffa85f 100644 --- a/src/borg/platform/linux.pyx +++ b/src/borg/platform/linux.pyx -@@ -225,8 +225,9 @@ def acl_set(path, item, numeric_owner=False): +@@ -308,8 +308,9 @@ def acl_set(path, item, numeric_owner=False): cdef _sync_file_range(fd, offset, length, flags): assert offset & PAGE_MASK == 0, "offset %d not page-aligned" % offset assert length & PAGE_MASK == 0, "length %d not page-aligned" % length