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

Next file: linux/include/asm-sparc/pcic.h
Previous file: linux/include/asm-sparc/io.h
Back to the patch index
Back to the overall index

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

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