From 0bb14d0b8d6a7b36cf0bf445dbfebfe76ed6a592 Mon Sep 17 00:00:00 2001
From: Marcus Brinkmann <marcus@gnu.org>
Date: Tue, 30 Jan 2001 23:45:32 +0000
Subject: daemons/ 2001-01-17  Neal H Walfield   <neal@cs.uml.edu>

	* console-run.c (open_console): Conform to new
	fshelp_start_translator semantics.

init/
2001-01-17  Neal H Walfield  <neal@cs.uml.edu>

	* init.c (open_console): Conform to new fshelp_start_translator
	semantics.

libfshelp/
2001-01-17  Neal H Walfield  <neal@cs.uml.edu>

	* fshelp.h: Add two new parameters to fshelp_open_fn_t:
	a port to the new task and a cookie.
	Add a new parameter, cookie, to fshelp_start_translator and
	fshelp_start_translator_long that will be passed to
	fshelp_open_fn_t.

	* fetch-root.c (fshelp_fetch_root): Conform to new
	fshelp_start_translator_long semantics.
	* start-translator-long.c (service_fsys_startup): Likewise.
	(fshelp_start_translator_long): Likewise.
	* start-translator.c (fshelp_start_translator): Likewise.

libtreefs/
Conform to new fshelp_start_translator semantics.

trans/
2001-01-17  Neal H Walfield  <neal@cs.uml.edu>

	* pump.c (start_pfinet): Conform to new fshelp_start_translator
	semantics.

utils/
2001-01-17  Neal H Walfield  <neal@cs.uml.edu>

	* mount.c (do_mount): Conform to new fshelp_start_translator
	semantics.

	* settrans.c (main): Conform to new fshelp_start_translator
	semantics therby allowing us to print the pid of the an
	active translator.
---
 libtreefs/trans-start.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libtreefs')

diff --git a/libtreefs/trans-start.c b/libtreefs/trans-start.c
index 15d7531a..2196a8dc 100644
--- a/libtreefs/trans-start.c
+++ b/libtreefs/trans-start.c
@@ -57,7 +57,7 @@ _treefs_node_start_translator (struct treefs_node *node,
 
   /* XXX this should use fshelp_start_translator_long. */
   err =
-    fshelp_start_translator (&node->active_trans, trans, trans_len,
+    fshelp_start_translator (&node->active_trans, NULL, trans, trans_len,
 			     parent_port, node_port, uid, gid);
 
   treefs_node_auth_unref (node, auth);
-- 
cgit v1.2.3