BSD vi/view resets inode ctime: why?
Chris Torek
chris at mimsy.UUCP
Mon Mar 9 07:52:55 AEST 1987
In article <4801 at brl-adm.ARPA> rex at erebus (Rex Sanders) writes:
>Why does 4.2/4.3 BSD vi/view, exited without changing the file, update the
>inode change time?
It read the file. This changes the inode access time, which means
the inode was changed, so the inode (though not the file itself)
must be dumped. If there were two `changed' fields in an inode,
dump could be smarter and dump just the inode.
--
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690)
UUCP: seismo!mimsy!chris ARPA/CSNet: chris at mimsy.umd.edu
More information about the Comp.unix.wizards
mailing list