Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/miscfs/genfs
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.
Home |
Main Index |
Thread Index |
Old Index