summaryrefslogtreecommitdiff
path: root/ufs/ufs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ufs/ufs.h')
-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. */