From owner-cvs-all Fri Jul 3 11:48:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04990 for cvs-all-outgoing; Fri, 3 Jul 1998 11:48:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04983; Fri, 3 Jul 1998 11:48:16 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA01251; Fri, 3 Jul 1998 11:46:54 -0700 (PDT) Date: Fri, 3 Jul 1998 11:46:54 -0700 (PDT) Message-Id: <199807031846.LAA01251@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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