patch-2.1.78 linux/fs/bad_inode.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/autofs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Jan 4 00:53:41 1998
- Orig file:
v2.1.77/linux/fs/bad_inode.c
- Orig date:
Wed Oct 15 16:04:23 1997
diff -u --recursive --new-file v2.1.77/linux/fs/bad_inode.c linux/fs/bad_inode.c
@@ -13,7 +13,7 @@
/*
* The follow_symlink operation must dput() the base.
*/
-static struct dentry * bad_follow_link(struct inode * ino, struct dentry *base)
+static struct dentry * bad_follow_link(struct dentry *dent, struct dentry *base)
{
dput(base);
return ERR_PTR(-EIO);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov