Re: No atime

Jamie Lokier (jamie@rebellion.co.uk)
Thu, 6 Jun 96 00:13 BST


Another possibility is to not mark inodes dirty just because the atime
field changes. Or mark them dirty in such a way that they don't need to
get written out until the filesystem is unmounted. This would stop
those laptop disks from spinning and probably be Posix compliant too (as
long as the system is running).

-- Jamie