Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 06/20/2004 18:25:54
Module Name: src
Committed By: hannken
Date: Sun Jun 20 18:25:54 UTC 2004
Modified Files:
src/sys/ufs/ufs: ufs_extern.h ufs_vfsops.c ufs_vnops.c
Log Message:
Use a pool for struct direct instead of kernel stack.
Reduces the kernel stack usage by 264 bytes.
Approved by: Jason R. Thorpe <thorpej@netbsd.org>
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/ufs/ufs/ufs_extern.h
cvs rdiff -r1.19 -r1.20 src/sys/ufs/ufs/ufs_vfsops.c
cvs rdiff -r1.115 -r1.116 src/sys/ufs/ufs/ufs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.