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
-  Lines: 9
-  Date:
Wed Jun  9 16:24:15 1999
-  Orig file: 
v2.3.5/linux/include/asm-mips/namei.h
-  Orig date: 
Mon Nov 16 10:38:09 1998
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)