freebsd-dev/sys/ufs
Bruce Evans 33cc029eab Centralized in-core inode update. Update the in-core inode directly
in ufs_setattr() so that there is no need to pass timestamps to
UFS_UPDATE() (everything else just needs the current time).  Ignore
the passed-in timestamps in UFS_UPDATE() and always call ufs_itimes()
(was: itimes()) to do the update.  The timestamps are still passed
so that all the callers don't need to be changed yet.
1998-07-03 18:46:52 +00:00
..
ffs Centralized in-core inode update. Update the in-core inode directly 1998-07-03 18:46:52 +00:00
mfs Submitted by: abial@nask.pl 1998-05-11 19:27:18 +00:00
ufs Centralized in-core inode update. Update the in-core inode directly 1998-07-03 18:46:52 +00:00