Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 06/20/2004 18:23:31
Module Name: src
Committed By: hannken
Date: Sun Jun 20 18:23:30 UTC 2004
Modified Files:
src/sys/ufs/ffs: ffs_inode.c
Log Message:
Use one daddr_t XXXblks[NDADDR + NIADDR] instead of two.
No functional changes. Reduces kernel stack usage by 120 bytes.
Approved by: Jason R. Thorpe <thorpej@netbsd.org>
To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 src/sys/ufs/ffs/ffs_inode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.