summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-26 19:39:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-26 19:39:42 +0000
commit71e73eac646dd7fa7b45b8de9058812090d225c8 (patch)
treeb212eb7cdc7a4577127783374f13cb8496ad94c0 /libdiskfs
parent77dbb5db1e6787eac7c079eddaa982281e3b87e3 (diff)
(diskfs_S_file_set_translator): ditto
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/file-set-trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c
index 00e73734..70a6501a 100644
--- a/libdiskfs/file-set-trans.c
+++ b/libdiskfs/file-set-trans.c
@@ -63,7 +63,7 @@ diskfs_S_file_set_translator (struct protid *cred,
return error;
}
- if (control != MACH_PORT_NULL && ((active_flags & FS_TRANS_EXCL) == 0))
+ if ((control != MACH_PORT_NULL) && ((active_flags & FS_TRANS_EXCL) == 0))
{
mutex_unlock (&np->lock);
error = fsys_goaway (control, killtrans_flags);