patch-2.3.99-pre4 linux/fs/ufs/symlink.c
Next file: linux/fs/umsdos/dir.c
Previous file: linux/fs/udf/inode.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/ufs/symlink.c
- Orig date:
Thu Feb 10 17:11:19 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/fs/ufs/symlink.c linux/fs/ufs/symlink.c
@@ -33,10 +33,10 @@
return vfs_readlink(dentry, buffer, buflen, s);
}
-static struct dentry *ufs_follow_link(struct dentry *dentry, struct dentry *base, unsigned flags)
+static int ufs_follow_link(struct dentry *dentry, struct nameidata *nd)
{
char *s = (char *)dentry->d_inode->u.ufs_i.i_u1.i_symlink;
- return vfs_follow_link(dentry, base, flags, s);
+ return vfs_follow_link(nd, s);
}
struct inode_operations ufs_fast_symlink_inode_operations = {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)