summaryrefslogtreecommitdiff
path: root/nfs/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/cache.c')
-rw-r--r--nfs/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/cache.c b/nfs/cache.c
index 7f5135f1..e09b7c38 100644
--- a/nfs/cache.c
+++ b/nfs/cache.c
@@ -117,7 +117,7 @@ netfs_node_norefs (struct node *np)
netfs_nput (np);
mutex_lock (&dir->lock);
- netfs_attempt_unlink ((struct netcred *)-1, dir, name);
+ netfs_attempt_unlink ((struct iouser *)-1, dir, name);
netfs_nput (dir);
free (name);