summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-05-22 07:30:55 +0000
committerphk <phk@FreeBSD.org>1997-05-22 07:30:55 +0000
commita10b0af918c798af863b9c2621299aff8d47eff8 (patch)
tree00fcdee42e9f115a729f316bad64c4cdabf2b149 /sys/ufs
parent3de9539eca7a24c9899c6501b8b02d5ff191ff23 (diff)
downloadFreeBSD-src-a10b0af918c798af863b9c2621299aff8d47eff8.zip
FreeBSD-src-a10b0af918c798af863b9c2621299aff8d47eff8.tar.gz
Shrink struct inode by 20 bytes, so that malloc wastes less space.
Pointed out by: bde
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/inode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h
index 238f838..73ed6b6 100644
--- a/sys/ufs/ufs/inode.h
+++ b/sys/ufs/ufs/inode.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.9 (Berkeley) 5/14/95
- * $Id: inode.h,v 1.13 1997/03/03 16:25:46 bde Exp $
+ * $Id: inode.h,v 1.14 1997/04/01 08:02:00 bde Exp $
*/
#ifndef _UFS_UFS_INODE_H_
@@ -87,7 +87,7 @@ struct inode {
doff_t i_offset; /* Offset of free space in directory. */
ino_t i_ino; /* Inode number of found directory. */
u_int32_t i_reclen; /* Size of found directory entry. */
- int i_spare[10]; /* XXX spare storage (for ext2fs) */
+ int i_spare[5]; /* XXX spare storage (for ext2fs) */
/*
* The on-disk dinode itself.
*/
OpenPOWER on IntegriCloud