summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1996-11-04 20:53:02 +0000
committerhsu <hsu@FreeBSD.org>1996-11-04 20:53:02 +0000
commit70020d9f934eddc8c1d2436ac4df15c93571aa75 (patch)
tree36ea4f5d2ca50236780a5f56ea27ea4691a80054 /sys
parentee3ca8f901e7f7f0e29c72b4f991aebf4f9f6461 (diff)
downloadFreeBSD-src-70020d9f934eddc8c1d2436ac4df15c93571aa75.zip
FreeBSD-src-70020d9f934eddc8c1d2436ac4df15c93571aa75.tar.gz
struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs.
We now only have 4 spare bytes before hitting the dreaded 32 byte threshold.
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/mfs/mfsnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/mfs/mfsnode.h b/sys/ufs/mfs/mfsnode.h
index a056135..d53986a 100644
--- a/sys/ufs/mfs/mfsnode.h
+++ b/sys/ufs/mfs/mfsnode.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mfsnode.h 8.2 (Berkeley) 8/11/93
- * $Id: mfsnode.h,v 1.3 1994/08/21 07:16:12 paul Exp $
+ * $Id: mfsnode.h,v 1.4 1996/04/08 07:54:51 phk Exp $
*/
#ifndef _UFS_MFS_MFSNODE_H_
@@ -48,7 +48,7 @@ struct mfsnode {
pid_t mfs_pid; /* supporting process pid */
struct buf_queue_head buf_queue; /* list of I/O requests */
int mfs_active;
- long mfs_spare[4];
+ long mfs_spare[1];
};
/*
OpenPOWER on IntegriCloud