summaryrefslogtreecommitdiff
path: root/libdiskfs/node-times.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/node-times.c')
-rw-r--r--libdiskfs/node-times.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/node-times.c b/libdiskfs/node-times.c
index 81a66e58..4b3fbf10 100644
--- a/libdiskfs/node-times.c
+++ b/libdiskfs/node-times.c
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
void
diskfs_set_node_atime (struct node *np)
{
- if (!_disk_noatime && !diskfs_check_readonly ())
+ if (!_diskfs_noatime && !diskfs_check_readonly ())
np->dn_set_atime = 1;
}