summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
Diffstat (limited to 'ufs')
-rw-r--r--ufs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/inode.c b/ufs/inode.c
index 228429b1..221a78f7 100644
--- a/ufs/inode.c
+++ b/ufs/inode.c
@@ -431,7 +431,7 @@ read_symlink_hook (struct node *np,
bcopy ((dino (np->dn->number))->di_shortlink, buf, np->dn_stat.st_size);
- diskfs_set_node_atime (dp);
+ diskfs_set_node_atime (np);
diskfs_end_catch_exception ();
return 0;