diff options
Diffstat (limited to 'include/asm-sparc64/namei.h')
-rw-r--r-- | include/asm-sparc64/namei.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/namei.h b/include/asm-sparc64/namei.h index cd24e96cf..2dbcdedf3 100644 --- a/include/asm-sparc64/namei.h +++ b/include/asm-sparc64/namei.h @@ -28,7 +28,7 @@ __sparc64_lookup_dentry(const char *name, int lookup_flags) base = lookup_dentry (emul, dget (current->fs->root), - (LOOKUP_FOLLOW | LOOKUP_DIRECTORY | LOOKUP_SLASHOK)); + (LOOKUP_FOLLOW | LOOKUP_DIRECTORY)); if (IS_ERR (base)) return NULL; |