Added a simple hashtable routine for hashing st_dev and st_ino info
authorWayne Davison <wayned@samba.org>
Fri, 15 Dec 2006 22:31:13 +0000 (22:31 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 15 Dec 2006 22:31:13 +0000 (22:31 +0000)
commitc905bf37f6a6a248944c63ce85882f78b5255871
treed966eb25d500e2452e999e03359ed9487436ca47
parent8cae71ebc3aaddb61068cb1b5ae279f1e8f90b68
Added a simple hashtable routine for hashing st_dev and st_ino info
on the sending side, and the support routines for the receiving side
that handle using a "group number" for each hard-link cluster rather
than having to manage a pool of dev+inode data. (For protocol 30)
hlink.c