patch-2.1.123 linux/fs/coda/symlink.c
Next file: linux/fs/dquot.c
Previous file: linux/fs/bad_inode.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Sat Sep 19 13:41:28 1998
- Orig file:
v2.1.122/linux/fs/coda/symlink.c
- Orig date:
Thu May 7 22:51:53 1998
diff -u --recursive --new-file v2.1.122/linux/fs/coda/symlink.c linux/fs/coda/symlink.c
@@ -26,7 +26,7 @@
#include <linux/coda_proc.h>
static int coda_readlink(struct dentry *de, char *buffer, int length);
-static struct dentry *coda_follow_link(struct dentry *, struct dentry *);
+static struct dentry *coda_follow_link(struct dentry *, struct dentry *, unsigned int);
struct inode_operations coda_symlink_inode_operations = {
NULL, /* no file-operations */
@@ -86,7 +86,8 @@
}
static struct dentry *coda_follow_link(struct dentry *de,
- struct dentry *base)
+ struct dentry *base,
+ unsigned int follow)
{
struct inode *inode = de->d_inode;
int error;
@@ -116,7 +117,7 @@
memcpy(path, mem, len);
path[len] = 0;
- base = lookup_dentry(path, base, 1);
+ base = lookup_dentry(path, base, follow);
kfree(path);
return base;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov