summaryrefslogtreecommitdiff
path: root/nfs/nfs.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-07 18:30:49 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-07 18:30:49 +0000
commitfc8d3ae9fe3ae3830e6ff4d251001053e0123b83 (patch)
tree281c9276c03332081ae5cb402906ebdcee91fb9d /nfs/nfs.h
parent95b45efa9f65dbbe72275887ffec3e6e2e2e1006 (diff)
Wed Aug 6 15:23:03 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* ops.c (netfs_attempt_unlink): Purge cache-held references *before* counting live references. Use new function. * name-cache.c (purge_lookup_cache_node): New function. * nfs.h (purge_lookup_cache_node): New decl. * cache.c (netfs_node_norefs): Don't do delete RPC here, fork off a separate thread to do it. (struct fnd): New type. (forked_node_delete): New function.
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r--nfs/nfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfs/nfs.h b/nfs/nfs.h
index 5a3dd8a9..ff90744d 100644
--- a/nfs/nfs.h
+++ b/nfs/nfs.h
@@ -191,3 +191,4 @@ int *recache_handle (int *, struct node *);
void enter_lookup_cache (char *, size_t, struct node *, char *);
void purge_lookup_cache (struct node *, char *, size_t);
struct node *check_lookup_cache (struct node *, char *);
+void purge_lookup_cache_node (struct node *);