summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-23 22:08:49 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-23 22:08:49 +0000
commit6a92a8f625ccdec00bcc433026b19e2410bde72a (patch)
tree3594f69c230956acfa0a3018dd01acdf1ffd8fb5 /ufs
parentd0623baf9abcfc4a443d5acbdd6dbcb40457d787 (diff)
Formerly ufs.h.~25~
Diffstat (limited to 'ufs')
-rw-r--r--ufs/ufs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs/ufs.h b/ufs/ufs.h
index a4f0579c..3088b2a2 100644
--- a/ufs/ufs.h
+++ b/ufs/ufs.h
@@ -168,6 +168,8 @@ vm_address_t zeroblock;
struct fs *sblock;
struct csum *csum;
+int sblock_dirty;
+int csum_dirty;
void *disk_image;
@@ -270,7 +272,7 @@ void inode_init (void);
void write_all_disknodes (void);
/* From pager.c: */
-void pager_init (void);
+void create_disk_pager (void);
void din_map (struct node *);
void sin_map (struct node *);
void sin_remap (struct node *, int);