|
|
The following reply was made to PR kern/41315; it has been noted by GNATS.
From: Manuel Bouyer <bouyer@xxxxxxxxxx>
To: gnats-bugs@xxxxxxxxxxxxxxxx
Cc:
Subject: PR/41315 CVS commit: [netbsd-5] src/sys/kern
Date: Sun, 3 May 2009 13:21:36 +0000
Module Name: src
Committed By: bouyer
Date: Sun May 3 13:21:36 UTC 2009
Modified Files:
src/sys/kern [netbsd-5]: vfs_dirhash.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #732):
sys/kern/vfs_dirhash.c: revision 1.10
PR port-vax/41315:
Previous code ususally works since compiler won't put gap between
those struct members but there is no reason to rely on that.
While here, I rewrite the loop using an usual idiom. It shaves
both source and object code.
To generate a diff of this commit:
cvs rdiff -u -r1.4.2.5 -r1.4.2.6 src/sys/kern/vfs_dirhash.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|