From 19c24c308bda3932d7c174c472df53e66059b551 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 20 Sep 1999 13:52:25 +0000 Subject: 1999-09-20 Thomas Bushnell, BSG * 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. --- libdiskfs/node-times.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdiskfs/node-times.c') 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; -- cgit v1.2.3