X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3e4916822d35de3886f04ac4dc6d86ee29f177af..aa0b9ca174023a4f9b0cfc830a76b6e170982203:/rsync.h diff --git a/rsync.h b/rsync.h index 633189df..8fec536e 100644 --- a/rsync.h +++ b/rsync.h @@ -433,6 +433,7 @@ struct file_struct { */ #define FLIST_START (32 * 1024) #define FLIST_LINEAR (FLIST_START * 512) + /* * Extent size for allocation pools A minimum size of 128KB * is needed to mmap them so that freeing will release the @@ -442,7 +443,6 @@ struct file_struct { * (when they happen) Smaller sizes increase the chance of * freed allocations freeing whole extents. */ - #define FILE_EXTENT (256 * 1024) #define HLINK_EXTENT (128 * 1024)