Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: mycroft
Date: Mon May 29 18:04:31 UTC 2000
Modified Files:
syssrc/sys/ufs/ffs: ffs_inode.c ffs_vfsops.c
syssrc/sys/ufs/ufs: inode.h ufs_inode.c
Log Message:
Add a new inode flags called IN_ACCESSED. This used in place of IN_MODIFIED
to record that the atime was updated. In ffs_update(), we only do synchronous
writes if something *other* than the atime was changed.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.62 -r1.63 syssrc/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/ufs/ufs/inode.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/ufs/ufs/ufs_inode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index