diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-22 02:35:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-22 02:35:30 +0000 |
commit | 10cc494105c976f2f3c093b22c4e919207b87cb2 (patch) | |
tree | 31a62f2880cbbd7b970c3534f63c512387612a19 | |
parent | cf52214a7b92b84dcb178a7660f769ace2c60c94 (diff) |
Formerly ufs.h.~21~
-rw-r--r-- | ufs/ufs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,8 +71,7 @@ struct disknode size_t dinloclen; size_t sinloclen; - /* These two pointers are locked by pagernplock in pager.c for - all nodes. */ + /* These two pointers are locked by pagernplock for all nodes. */ struct user_pager_info *sininfo; struct user_pager_info *fileinfo; }; @@ -177,6 +176,7 @@ spin_lock_t alloclock; struct mutex dinmaplock; struct mutex sinmaplock; +struct mutex pagernplock; spin_lock_t gennumberlock; u_long nextgennumber; |