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)
commit9d737ecb7ad35232104913df1ee01dc5623b12d2
tree2316247ce9470198a1a14ba06dd957da2f5f6352
parentbd6edd3fa26dde8d134edb0166665c12082dd9a6
Got rid of the hlink_pool in favor of using the new hashtable code
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.
flist.c