projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd8f7ba
)
(prune_cache): Remove wrong comment.
author
drepper
<drepper>
Mon, 19 Oct 1998 14:39:42 +0000
(14:39 +0000)
committer
drepper
<drepper>
Mon, 19 Oct 1998 14:39:42 +0000
(14:39 +0000)
nscd/cache.c
patch
|
blob
|
history
diff --git
a/nscd/cache.c
b/nscd/cache.c
index
e957a57
..
4ab83db
100644
(file)
--- a/
nscd/cache.c
+++ b/
nscd/cache.c
@@
-118,9
+118,7
@@
cache_add (int type, void *key, size_t len, const void *packet, size_t total,
must be invalidated and remember them. Then we get the lock and
actually remove them. This is complicated by the way we have to
free the data structures since some hash table entries share the same
- data.
-
- This function must be called with the write-lock held. */
+ data. */
void
prune_cache (struct database *table, time_t now)
{