aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1996-11-04 20:53:02 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1996-11-04 20:53:02 +0000
commit78769fbc6af8b9723267423cedc8595b20dcb801 (patch)
tree36ea4f5d2ca50236780a5f56ea27ea4691a80054 /sys/ufs
parentd57b47222464f04d289ed64223d8776ff24ec939 (diff)
Notes
Diffstat (limited to 'sys/ufs')
-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 a0561352af3d..d53986a7e642 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];
};
/*