From accc41675d4952569dcefda1b0d0c30aab2e7a35 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 9 Nov 1994 10:05:59 +0000 Subject: (set_active_trans): Don't deallocate EXECNODE here to work around a ufs bug. --- exec/exec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exec/exec.c') diff --git a/exec/exec.c b/exec/exec.c index 9fd42a37..531d41e0 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -1509,7 +1509,8 @@ set_active_trans () file_set_translator (execnode, 0, FS_TRANS_SET, 0, 0, 0, fsys, MACH_MSG_TYPE_MAKE_SEND); - mach_port_deallocate (mach_task_self (), execnode); + /* Don't deallocate EXECNODE here. If we drop the last reference, + a bug in ufs might throw away the active translator. XXX */ } -- cgit v1.2.3