Subject: CVS commit: src/sys/miscfs/genfs
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/22/2007 00:48:47
Module Name:	src
Committed By:	dyoung
Date:		Sat Dec 22 00:48:47 UTC 2007

Modified Files:
	src/sys/miscfs/genfs: layer_vnops.c

Log Message:
Bug fix: at the top of layer_bypass(), save a pointer to the mount
point for re-use at the bottom, instead of trying to re-read the
mount point from a potentially vrele()'d vnode.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/miscfs/genfs/layer_vnops.c

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