summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-21 17:47:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-21 17:47:41 +0000
commit3a3142066eba566c020c0b01da7e5eaddf9130ba (patch)
treec8b098f03f371e4f024fc148a2e1a41f2c071c10 /ufs
parentdc464d433ac51f04c667c2e02eff3c04c0e5c180 (diff)
Formerly ufs.h.~20~
Diffstat (limited to 'ufs')
-rw-r--r--ufs/ufs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ufs/ufs.h b/ufs/ufs.h
index a9766422..1087c104 100644
--- a/ufs/ufs.h
+++ b/ufs/ufs.h
@@ -67,6 +67,9 @@ struct disknode
/* These pointers are locked by sinmaplock and dinmaplock for all nodes. */
daddr_t *dinloc;
daddr_t *sinloc;
+
+ size_t dinloclen;
+ size_t sinloclen;
/* These two pointers are locked by pagernplock in pager.c for
all nodes. */