Subject: CVS commit: src/sys/miscfs/genfs
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/17/2003 04:17:38
Module Name:	src
Committed By:	simonb
Date:		Tue Jun 17 04:17:38 UTC 2003

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

Log Message:
Micro-optimisation- move the "pgs == NULL" check from the previous
change to immediately after the malloc call.  This can't fail in
the non-malloc case.

Reviewd by YAMAMOTO Takashi.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/miscfs/genfs/genfs_vnops.c

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