Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 10/30/2006 15:09:47
Module Name:	src
Committed By:	jmmv
Date:		Mon Oct 30 15:09:47 UTC 2006

Modified Files:
	src/sys/fs/tmpfs: tmpfs_subr.c tmpfs_vnops.c

Log Message:
When renaming a file, we have to modify the mtime of the directory holding
it, not the mtime of the file itself.  This fixes the problems exposed when
unpacking software under a tmpfs and trying to build it because dependencies
were not calculated properly (e.g. autoconf 2.60 as reported by tls@).


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/fs/tmpfs/tmpfs_subr.c
cvs rdiff -r1.25 -r1.26 src/sys/fs/tmpfs/tmpfs_vnops.c

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