Adding filter-attribute-mods patch; updating patches.
[rsync/rsync-patches.git] / slow-down.diff
index fa29d74..c315470 100644 (file)
@@ -14,8 +14,8 @@ To use this patch, run these commands for a successful build:
     ./configure                           (optional if already run)
     make
 
+based-on: 181c9faf928faad08ef095f4667afe460ec3bef6
 diff --git a/flist.c b/flist.c
-index 09b4fc5..a8847a2 100644
 --- a/flist.c
 +++ b/flist.c
 @@ -71,6 +71,7 @@ extern int sender_symlink_iconv;
@@ -26,7 +26,7 @@ index 09b4fc5..a8847a2 100644
  extern struct stats stats;
  extern char *filesfrom_host;
  extern char *usermap, *groupmap;
-@@ -1704,6 +1705,9 @@ static void send_directory(int f, struct file_list *flist, char *fbuf, int len,
+@@ -1714,6 +1715,9 @@ static void send_directory(int f, struct file_list *flist, char *fbuf, int len,
                }
  
                send_file_name(f, flist, fbuf, NULL, flags, filter_level);
@@ -37,7 +37,6 @@ index 09b4fc5..a8847a2 100644
  
        fbuf[len] = '\0';
 diff --git a/options.c b/options.c
-index e7c6c61..762a167 100644
 --- a/options.c
 +++ b/options.c
 @@ -108,6 +108,7 @@ int size_only = 0;