summaryrefslogtreecommitdiff
path: root/libdiskfs/conch-fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/conch-fetch.c')
-rw-r--r--libdiskfs/conch-fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/conch-fetch.c b/libdiskfs/conch-fetch.c
index 43a0e870..2a9a5c8f 100644
--- a/libdiskfs/conch-fetch.c
+++ b/libdiskfs/conch-fetch.c
@@ -58,7 +58,7 @@ iohelp_fetch_shared_data (void *arg)
cred->po->np->dn_set_mtime = 1;
mod = 1;
}
- if (cred->mapped->accessed && ! _diskfs_noatime)
+ if (cred->mapped->accessed && atime_should_update (cred->po->np))
{
cred->po->np->dn_set_atime = 1;
mod = 1;