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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdiskfs/node-times.c b/libdiskfs/node-times.c
index 968cfb2f..3931ffb0 100644
--- a/libdiskfs/node-times.c
+++ b/libdiskfs/node-times.c
@@ -29,11 +29,6 @@ diskfs_set_node_times (struct node *np)
{
struct timeval t;
- if (_diskfs_noatime /* Globally disabled for the filesystem. */
- && !np->dn_set_mtime
- && !np->dn_set_ctime)
- np->dn_set_atime = 0;
-
if (!np->dn_set_mtime && !np->dn_set_atime && !np->dn_set_ctime)
return;