patch-2.2.0-pre5 linux/fs/qnx4/symlinks.c

Next file: linux/fs/ufs/acl.c
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre4/linux/fs/qnx4/symlinks.c linux/fs/qnx4/symlinks.c
@@ -23,7 +23,7 @@
 #include <asm/uaccess.h>
 
 static int qnx4_readlink(struct dentry *, char *, int);
-static struct dentry *qnx4_follow_link(struct dentry *, struct dentry *);
+static struct dentry *qnx4_follow_link(struct dentry *, struct dentry *, unsigned int follow);
 
 /*
  * symlinks can't do much...
@@ -50,7 +50,7 @@
 };
 
 static struct dentry *qnx4_follow_link(struct dentry *dentry,
-				       struct dentry *base)
+				       struct dentry *base, unsigned int follow)
 {
 #if 0
 	struct inode *inode = dentry->d_inode;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov