Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/18/2007 01:55:28
Module Name:	src
Committed By:	pooka
Date:		Sun Feb 18 01:55:27 UTC 2007

Modified Files:
	src/sys/miscfs/procfs: procfs_vnops.c

Log Message:
Don't check for validity of p in lookup for root nodes, since it
will always be NULL.  Rather, just call pt_valid with NULL directly
and let it decide if we're a linux mount or not.


To generate a diff of this commit:
cvs rdiff -r1.149 -r1.150 src/sys/miscfs/procfs/procfs_vnops.c

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