Subject: O_RSYNC+O_SYNC not being sync updated ?
To: None <tech-kern@netbsd.org>
From: Parity Error <bootup@mail.ru>
List: tech-kern
Date: 04/01/2002 22:12:21
Access times should be synch updated in a read, when the file being
read has O_RSYNC|O_SYNC. But although the read code sets IN_ACCESS 
and calls  VOP_UPDATE(vp, NULL, NULL, UPDATE_WAIT), ffs_update
does sync inode updates only if IN_MODIFIED !?

-PE