summaryrefslogtreecommitdiff
path: root/nfs/cache.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-15 16:55:34 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-15 16:55:34 +0000
commitc78cfe5cb86c448ea66d3be1a3840083dedd02ce (patch)
tree0a6d937bc9054d43b6312b012ebfae8e17081b17 /nfs/cache.c
parenta67b5d1c30d9ea7493adf3512d5fec22be6d6cb3 (diff)
Formerly cache.c.~5~
Diffstat (limited to 'nfs/cache.c')
-rw-r--r--nfs/cache.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nfs/cache.c b/nfs/cache.c
index 9b76fd73..f72bba59 100644
--- a/nfs/cache.c
+++ b/nfs/cache.c
@@ -79,18 +79,18 @@ netfs_node_norefs (struct node *np)
if (np->nn->dead_dir)
{
np->references++;
- spin_unlock (&diskfs_node_refcnt_lock);
+ spin_unlock (&netfs_node_refcnt_lock);
netfs_attempt_unlink ((struct netcred *)-1, np->nn->dead_dir,
np->nn->dead_name);
- diskfs_nrele (np->nn->dead_dir);
+ netfs_nrele (np->nn->dead_dir);
free (np->nn->dead_name);
np->nn->dead_dir = 0;
np->nn->dead_name = 0;
- diskfs_nput (np);
+ netfs_nput (np);
/* Caller expects us to leave this locked... */
- spin_lock (&diskfs_node_refcnt_lock);
+ spin_lock (&netfs_node_refcnt_lock);
}
else
{