summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-22 02:35:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-22 02:35:30 +0000
commita6d70799e9be91095fef56d6724daf00a079e6fa (patch)
tree2d3c8093f9e0351ca7b1c36bb22a7e952ddf4212
parent06e3d2005d0b71a75974deffb66a93e396c00c04 (diff)
Formerly ufs.h.~21~
-rw-r--r--ufs/ufs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufs/ufs.h b/ufs/ufs.h
index 1087c104..76ab1e06 100644
--- a/ufs/ufs.h
+++ b/ufs/ufs.h
@@ -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;