Subject: CVS commit: src/sys/miscfs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 06/30/2004 17:42:55
Module Name:	src
Committed By:	hannken
Date:		Wed Jun 30 17:42:55 UTC 2004

Modified Files:
	src/sys/miscfs/genfs: layer_extern.h layer_vnops.c
	src/sys/miscfs/nullfs: null_vnops.c
	src/sys/miscfs/overlay: overlay_vnops.c
	src/sys/miscfs/umapfs: umap_vnops.c

Log Message:
Do LAYERFS_REMOVED for vop_rmdir.

Reviewed by: Bill Studenmund <wrstuden@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/miscfs/genfs/layer_extern.h
cvs rdiff -r1.22 -r1.23 src/sys/miscfs/genfs/layer_vnops.c
cvs rdiff -r1.30 -r1.31 src/sys/miscfs/nullfs/null_vnops.c
cvs rdiff -r1.13 -r1.14 src/sys/miscfs/overlay/overlay_vnops.c
cvs rdiff -r1.31 -r1.32 src/sys/miscfs/umapfs/umap_vnops.c

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