Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 1998 11:46:54 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/gnu/ext2fs ext2_inode.c src/sys/ufs/ffs ffs_inode.c src/sys/ufs/ufs ufs_vnops.c ufs_extern.h
Message-ID:  <199807031846.LAA01251@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/03 11:46:53 PDT

  Modified files:
    sys/gnu/ext2fs       ext2_inode.c 
    sys/ufs/ffs          ffs_inode.c 
    sys/ufs/ufs          ufs_vnops.c ufs_extern.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.16      +4 -16     src/sys/gnu/ext2fs/ext2_inode.c
  1.44      +6 -21     src/sys/ufs/ffs/ffs_inode.c
  1.91      +17 -17    src/sys/ufs/ufs/ufs_vnops.c
  1.24      +2 -1      src/sys/ufs/ufs/ufs_extern.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807031846.LAA01251>