From b7c1d7de096cb897e61093eace3aec4524741a0c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 12 May 1995 23:22:05 +0000 Subject: (fsys_set_options, fsys_mod_readonly): Replace mod_readonly with the more general set_options interface. --- hurd/fsys.defs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'hurd') diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 2da29501..85180b37 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -77,14 +77,13 @@ routine fsys_syncfs ( wait: int; do_children: int); -/* Change the readonly status of the filesystem. FORCE (when changing - from writeable to readonly) means that existing open ports for writing - should be ignored. */ -routine fsys_mod_readonly ( +/* Pass a server-specific options string. This usually includes flags + similar to command line options, e.g., --readonly, or --sync=30. */ +routine fsys_set_options ( fsys: fsys_t; RPT - readonly: int; - force: int); + options: data_t; + do_children: int); /* The following two calls are only implemented by bootstrap filesystems. */ -- cgit v1.2.3