Got rid of the hlink_pool in favor of using the new hashtable code
authorWayne Davison <wayned@samba.org>
Sun, 17 Dec 2006 00:40:28 +0000 (00:40 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 17 Dec 2006 00:40:28 +0000 (00:40 +0000)
on the receiving side.  This allows us to always use a 32-bit number
to identify the hardlink clusters, even on a system where pointers
are 64-bits.  Also made changes to handle the use of F_ROOTDIR() and
F_DEPTH() instead of the old union that wasted space on the
receiving side when pointers are 64-bits.


No differences found