diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-03 22:19:38 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-03 22:19:38 +0000 |
commit | 0c03818a76b33bd87fde9029c554e3437178a6a6 (patch) | |
tree | 0a74b5ffd52b18d62a845da87a3c459cea81e610 /libdiskfs/file-set-trans.c | |
parent | 45cdd829885e553fbd868afa086127d0a9e3221d (diff) |
Formerly file-set-trans.c.~8~
Diffstat (limited to 'libdiskfs/file-set-trans.c')
-rw-r--r-- | libdiskfs/file-set-trans.c | 6 |
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; } |