summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/dir-lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c
index aa56d6b0..98cb39a1 100644
--- a/libdiskfs/dir-lookup.c
+++ b/libdiskfs/dir-lookup.c
@@ -169,7 +169,7 @@ diskfs_S_dir_lookup (struct protid *dircred,
/* If this is translated, start the translator (if necessary)
and return. */
- if (((flags & O_NOTRANS == 0) || !lastcomp)
+ if ((((flags & O_NOTRANS) == 0) || !lastcomp)
&& (np->istranslated
|| fshelp_translated (&diskfs_root_node->transbox)))
{