diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-21 17:47:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-21 17:47:41 +0000 |
commit | 3f3454117144e15671fdd5a7618cbffb10cffb41 (patch) | |
tree | 77908674ab24d2e1fdcccb3af0bd48ecffcf48c7 | |
parent | 5e000c6f02312a721761e665a5b8db173d29996e (diff) |
Formerly ufs.h.~20~
-rw-r--r-- | ufs/ufs.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. */ |