Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 08/05/2003 15:45:49
Module Name:	src
Committed By:	pk
Date:		Tue Aug  5 15:45:49 UTC 2003

Modified Files:
	src/sys/ufs/ufs: ufs_extern.h ufs_lookup.c ufs_vnops.c

Log Message:
Pass the inode flags to set as an argument to ufs_dirrewrite().
Use it to restore the behaviour of not updating the modified time of a
directory that moves to a new parent.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/ufs/ufs/ufs_extern.h
cvs rdiff -r1.48 -r1.49 src/sys/ufs/ufs/ufs_lookup.c
cvs rdiff -r1.102 -r1.103 src/sys/ufs/ufs/ufs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.