From 78286a03d196efeed754aa4c1faa571f5dbea342 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 26 Mar 2011 09:59:14 -0700 Subject: Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs. Improved the xattrs testing to include hard-linking. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5fd125af..97b02008 100644 --- a/NEWS +++ b/NEWS @@ -95,8 +95,8 @@ Changes since 3.0.4: - When replacing a non-dir with a symlink/hard-link/device/special-file, the update should now be done in an atomic manner. - - Fixed a free of the wrong pointer in uncache_tmp_xattrs() (which only - sometimes affects an --xattr transfer when --backup is used). + - Avoid re-sending xattr info for hard-linked files w/the same xattrs + (protocol 31). - When backing up a file, try to hard-link the file into place so that the upcoming replacement of the destination file will be atomic. -- cgit v1.2.1