patch-2.3.6 linux/include/asm-mips/namei.h

Next file: linux/include/asm-ppc/system.h
Previous file: linux/include/asm-i386/page_offset.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.5/linux/include/asm-mips/namei.h linux/include/asm-mips/namei.h
@@ -23,7 +23,7 @@
 
 	base = lookup_dentry (IRIX32_EMUL,
 			dget (current->fs->root), 
-			(LOOKUP_FOLLOW | LOOKUP_DIRECTORY | LOOKUP_SLASHOK));
+			(LOOKUP_FOLLOW | LOOKUP_DIRECTORY));
 			
 	if (IS_ERR (base)) return base;
 	

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)