From 1345341b954ad676bf4757b704ee28e2645cca12 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 27 Oct 1995 18:56:11 +0000 Subject: (file_get_fs_options): New RPC. --- hurd/fs.defs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hurd') diff --git a/hurd/fs.defs b/hurd/fs.defs index 3d6894c5..48a33e32 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -299,3 +299,8 @@ routine file_get_translator_cntl ( file: file_t; out translator_cntl: mach_port_send_t); +/* Return the options describing the way the receiving filesystem is + running. (Suitable as an arg for fsys_set_options). */ +routine file_get_fs_options ( + file: file_t; + out options: data_t); -- cgit v1.2.3