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
commit3f3454117144e15671fdd5a7618cbffb10cffb41 (patch)
tree77908674ab24d2e1fdcccb3af0bd48ecffcf48c7 /ufs
parent5e000c6f02312a721761e665a5b8db173d29996e (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. */