* nscd/cache.c (cache_add): Commit hash table and header to disk.

This commit is contained in:
Ulrich Drepper 2005-08-08 21:04:02 +00:00
parent cc46d02a45
commit 1d9aa9ce62
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2005-08-08 Ulrich Drepper <drepper@redhat.com>
* nscd/cache.c (cache_add): Commit hash table and header to disk.
* nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
* nscd/connections.c (nscd_init): Likewise.