Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/08/2003 19:14:59
Module Name:	src
Committed By:	yamt
Date:		Wed Jan  8 17:14:59 UTC 2003

Modified Files:
	src/sys/ufs/lfs: lfs_vnops.c

Log Message:
for lfs_remove/lfs_rmdir, keep removed vnodes marked VDIROP.
(backout parts of rev.1.40)
otherwise, directory structures can be corrupted because checkpoints can
occur via eg. lfs_vflush before parent directory is written.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sys/ufs/lfs/lfs_vnops.c

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