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 | 3a3142066eba566c020c0b01da7e5eaddf9130ba (patch) | |
tree | c8b098f03f371e4f024fc148a2e1a41f2c071c10 /ufs/ufs.h | |
parent | dc464d433ac51f04c667c2e02eff3c04c0e5c180 (diff) |
Formerly ufs.h.~20~
Diffstat (limited to 'ufs/ufs.h')
-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. */ |