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