summaryrefslogtreecommitdiff
path: root/libdiskfs/node-times.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-09-20 13:52:25 +0000
committerThomas Bushnell <thomas@gnu.org>1999-09-20 13:52:25 +0000
commit19c24c308bda3932d7c174c472df53e66059b551 (patch)
treefd3a67d7da9f39eb255b8c29a6671a1a02e34365 /libdiskfs/node-times.c
parentc4b45bac5105ad1f9d2b775c73acd1e5cac3e109 (diff)
1999-09-20 Thomas Bushnell, BSG <tb@mit.edu>
* node-times.c (diskfs_set_node_times): Don't implement _diskfs_noatime here. * conch-fetch.c (iohelp_fetch_shared_data): Don't update dn_set_atime on affected node if _diskfs_noatime. * rdwr-internal.c (_diskfs_rdwr_internal): Likewise.
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;