For protocol 30, the sender uses the new idev_node() hashfile
authorWayne Davison <wayned@samba.org>
Fri, 15 Dec 2006 22:31:10 +0000 (22:31 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 15 Dec 2006 22:31:10 +0000 (22:31 +0000)
commit8cae71ebc3aaddb61068cb1b5ae279f1e8f90b68
treec8aaf569414dde7f2b22f61f46ca1d0ae3669b65
parent14d776ff0c8928f1e865edb9e394a23730e05393
For protocol 30, the sender uses the new idev_node() hashfile
routine to keep track of which item is the first one in a particular
hard-link cluster.  It then abbreviates the sending of any follow-on
items in the cluster, reducing transfer bytes.  It also omits the
sending of any dev+inode data to the receiver, saving even more xfer
bytes (since the receiver can associate the entries based on the the
group's index number that is sent when abbreviating an entry).
flist.c