Re: [PATCH] Use libihash to store directory entries in ftpfs.

2016-02-13 Thread Justus Winter
Quoting Flavio Cruz (2016-02-13 23:12:34) > * ftpfs/ftpfs.h: Add dir_locp for each directory entry and replace the > table with a libihash table. > * ftpfs/dir.c: Modify the code to use libihash. Remove several functions > such as rehash and insert. Merged, thanks! Justus

[PATCH] Use libihash to store directory entries in ftpfs.

2016-02-13 Thread Flavio Cruz
* ftpfs/ftpfs.h: Add dir_locp for each directory entry and replace the table with a libihash table. * ftpfs/dir.c: Modify the code to use libihash. Remove several functions such as rehash and insert. --- ftpfs/dir.c | 146 -- ftpfs/ftpfs.h

Re: [PATCH] Use libihash to store directory entries in ftpfs.

2016-02-11 Thread Justus Winter
Quoting Flavio Cruz (2016-02-07 21:53:53) > * ftpfs/ftpfs.h: Add dir_locp for each directory entry and replace the table > with a libihash table. > * ftpfs/dir.c: Modify the code to use libihash. Remove several functions such > as rehash and insert. Your changelog entries are very long, please d

[PATCH] Use libihash to store directory entries in ftpfs.

2016-02-08 Thread Flavio Cruz
* ftpfs/ftpfs.h: Add dir_locp for each directory entry and replace the table with a libihash table. * ftpfs/dir.c: Modify the code to use libihash. Remove several functions such as rehash and insert. --- ftpfs/dir.c | 158 +- ftpfs/ftpfs.

Re: [PATCH] Use libihash to store directory entries in ftpfs.

2016-02-08 Thread Justus Winter
Quoting Flavio Cruz (2016-02-07 15:03:10) > * ftpfs/ftpfs.h: Add dir_locp for each directory entry and replace the table > with a libihash table. > * ftpfs/dir.c: Modify the code to use libihash. Remove several functions such > as rehash and insert. Cool! > -/* Calculate NAME's hash value. */

[PATCH] Use libihash to store directory entries in ftpfs.

2016-02-07 Thread Flavio Cruz
* ftpfs/ftpfs.h: Add dir_locp for each directory entry and replace the table with a libihash table. * ftpfs/dir.c: Modify the code to use libihash. Remove several functions such as rehash and insert. --- ftpfs/dir.c | 142 -- ftpfs/ftpfs.