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

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