2.1.78: coda/symlink.c doesn't compile [PATCH]

Jani Hakala (jahakala@cc.jyu.fi)
Tue, 6 Jan 1998 17:05:02 +0200


Following patch allowed me to compile coda support:

--- linux/fs/coda/symlink.c.orig Tue Jan 6 05:55:50 1998
+++ linux/fs/coda/symlink.c Tue Jan 6 06:09:43 1998
@@ -50,7 +50,7 @@
NULL /* revalidate */
};

-static int coda_readlink(struct inode *dentry, char *buffer, int length)
+static int coda_readlink(struct dentry *dentry, char *buffer, int length)
{
struct inode *inode = dentry->d_inode;
int len;

Jani Hakala