Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 09/08/2006 13:57:38
Module Name: src
Committed By: blymn
Date: Fri Sep 8 13:57:38 UTC 2006
Modified Files:
src/sys/kern: kern_fileassoc.c
Log Message:
* Correct hashing macro so it uses FHANDLE_SIZE()
* Stop fhandle memory leaks and use the correct fhandle dealloc routine
(thanks to Elad for these fixes)
* Remove include of kmem.h, it is not required.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/kern/kern_fileassoc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.