freebsd-dev/sys/ufs
Bruce Evans 3dfdfdb27f Fixed access timestamp bugs:
Set IN_ACCESS for successful reads of 0 bytes (except for requests to
read 0 bytes).  This was broken in rev.1.42.
PR:		misc/10148

Don't set IN_ACCESS for requests to read 0 bytes.

Don't set IN_ACCESS for unsuccessful reads.
1999-07-25 02:07:16 +00:00
..
ffs Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has 1999-07-13 18:20:13 +00:00
mfs Now a dev_t is a pointer to struct specinfo which is shared by all specdev 1999-07-20 09:47:55 +00:00
ufs Fixed access timestamp bugs: 1999-07-25 02:07:16 +00:00