patch-2.3.99-pre4 linux/fs/proc/generic.c
Next file: linux/fs/proc/root.c
Previous file: linux/fs/proc/base.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Fri Apr  7 13:38:00 2000
-  Orig file: 
v2.3.99-pre3/linux/fs/proc/generic.c
-  Orig date: 
Tue Mar  7 14:32:26 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/fs/proc/generic.c linux/fs/proc/generic.c
@@ -201,10 +201,10 @@
 	return vfs_readlink(dentry, buffer, buflen, s);
 }
 
-static struct dentry *proc_follow_link(struct dentry *dentry, struct dentry *base, unsigned flags)
+static int proc_follow_link(struct dentry *dentry, struct nameidata *nd)
 {
 	char *s=((struct proc_dir_entry *)dentry->d_inode->u.generic_ip)->data;
-	return vfs_follow_link(dentry, base, flags, s);
+	return vfs_follow_link(nd, s);
 }
 
 static struct inode_operations proc_link_inode_operations = {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)