summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-03 22:19:38 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-03 22:19:38 +0000
commit0c03818a76b33bd87fde9029c554e3437178a6a6 (patch)
tree0a74b5ffd52b18d62a845da87a3c459cea81e610
parent45cdd829885e553fbd868afa086127d0a9e3221d (diff)
Formerly file-set-trans.c.~8~
-rw-r--r--libdiskfs/file-set-trans.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c
index 44c7eba7..6858ee27 100644
--- a/libdiskfs/file-set-trans.c
+++ b/libdiskfs/file-set-trans.c
@@ -148,10 +148,8 @@ diskfs_S_file_set_translator (struct protid *cred,
}
if (existing != MACH_PORT_NULL)
- {
- np->translator.control = existing;
- np->translator.starting = 0;
- }
+ fshelp_set_control (&np->translator, existing);
+
mutex_unlock (&np->lock);
return error;
}