Subject: CVS commit: src/sys/miscfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/08/2007 23:58:53
Module Name:	src
Committed By:	pooka
Date:		Sun Jul  8 23:58:53 UTC 2007

Modified Files:
	src/sys/miscfs/fdesc: fdesc_vfsops.c
	src/sys/miscfs/nullfs: null_vfsops.c
	src/sys/miscfs/overlay: overlay_vfsops.c
	src/sys/miscfs/portal: portal_vfsops.c
	src/sys/miscfs/umapfs: umap_vfsops.c

Log Message:
* allow unmount even if rootvp has a usecount > 1 provided that
  MNT_FORCE is given
* decrease cargo cult index by getting rid of commented sections
  with mntflushbuf() in them - AFAICT the call was removed from our
  kernel over 13 years ago with the 4.4BSDlite import


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/sys/miscfs/fdesc/fdesc_vfsops.c
cvs rdiff -r1.63 -r1.64 src/sys/miscfs/nullfs/null_vfsops.c
cvs rdiff -r1.38 -r1.39 src/sys/miscfs/overlay/overlay_vfsops.c
cvs rdiff -r1.60 -r1.61 src/sys/miscfs/portal/portal_vfsops.c
cvs rdiff -r1.64 -r1.65 src/sys/miscfs/umapfs/umap_vfsops.c

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