From 77dbb5db1e6787eac7c079eddaa982281e3b87e3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Jun 1995 19:38:02 +0000 Subject: (diskfs_S_file_set_translator): Fix parentheses on first active EXCL check. --- libdiskfs/file-set-trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs') diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c index 10bb8899..00e73734 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); -- cgit v1.2.3