From 193235a8ac2e8437c6b0a1cd8a7726d085e64cb3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Feb 2001 04:14:03 +0000 Subject: 2001-02-25 Roland McGrath * node.c (diskfs_S_file_get_storage_info): New function. * tmpfs.c (diskfs_synchronous): New variable. --- tmpfs/tmpfs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmpfs/tmpfs.c') diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c index caef3861..200f9394 100644 --- a/tmpfs/tmpfs.c +++ b/tmpfs/tmpfs.c @@ -1,5 +1,5 @@ /* Main program and global state for tmpfs. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -47,7 +47,9 @@ int diskfs_shortcurt_fifo = 1; int diskfs_shortcurt_ifsock = 1; struct node *diskfs_root_node; +mach_port_t default_pager; +off_t tmpfs_page_limit, tmpfs_space_used; error_t diskfs_set_statfs (struct statfs *st) @@ -91,6 +93,7 @@ diskfs_reload_global_state () return 0; } +int diskfs_synchronous = 0; /* Parse a command line option. */ -- cgit v1.2.3