diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-08-20 15:53:31 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-08-20 15:53:31 +0000 |
commit | baec731770ff0f73014c8a0350f0030d5badd09d (patch) | |
tree | 569a104c0f6e68f97f5ee0eabf2b92fbcc05b6fb /ufs | |
parent | db18a872a8e45962590b63314d60a745ca73f8f6 (diff) |
compilation fix
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/inode.c | 2 |
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; |