Merge branch 'fix/misc' into for-linus
[deliverable/linux.git] / fs / isofs / namei.c
index 8299889a835ea5c9b95c7d71afcabdb4610310c1..eaa831311c9cb49b243d5f5426ee9479f26885ac 100644 (file)
@@ -142,9 +142,9 @@ isofs_find_entry(struct inode *dir, struct dentry *dentry,
                 */
                match = 0;
                if (dlen > 0 &&
-                       (sbi->s_hide =='n' ||
+                       (!sbi->s_hide ||
                                (!(de->flags[-sbi->s_high_sierra] & 1))) &&
-                       (sbi->s_showassoc =='y' ||
+                       (sbi->s_showassoc ||
                                (!(de->flags[-sbi->s_high_sierra] & 4)))) {
                        match = (isofs_cmp(dentry, dpnt, dlen) == 0);
                }
This page took 0.023673 seconds and 5 git commands to generate.