patch-2.4.23 linux-2.4.23/arch/ia64/sn/io/hwgfs/interface.c
Next file: linux-2.4.23/arch/ia64/sn/io/io.c
Previous file: linux-2.4.23/arch/ia64/sn/io/hwgfs/hcl_util.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/ia64/sn/io/hwgfs/interface.c
- Orig date:
2003-08-25 04:44:39.000000000 -0700
diff -urN linux-2.4.22/arch/ia64/sn/io/hwgfs/interface.c linux-2.4.23/arch/ia64/sn/io/hwgfs/interface.c
@@ -38,7 +38,7 @@
memcpy(buf, *path, len);
buf[len] = '\0';
- error = link_path_walk(buf, nd);
+ error = path_walk(buf, nd);
if (unlikely(error))
return error;
@@ -84,7 +84,7 @@
if (unlikely(error))
return error;
- error = link_path_walk(name, &nd);
+ error = path_walk(name, &nd);
if (unlikely(error))
return error;
@@ -275,7 +275,7 @@
nd.dentry = dget(base ? base : hwgfs_vfsmount->mnt_sb->s_root);
nd.flags = LOOKUP_POSITIVE | (traverse_symlinks ? LOOKUP_FOLLOW : 0);
- error = link_path_walk(name, &nd);
+ error = path_walk(name, &nd);
if (likely(!error)) {
dentry = nd.dentry;
path_release(&nd); /* stale data from here! */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)