patch-2.1.44 linux/arch/alpha/kernel/osf_sys.c

Next file: linux/arch/i386/boot/compressed/Makefile
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/arch/alpha/kernel/osf_sys.c linux/arch/alpha/kernel/osf_sys.c
@@ -295,7 +295,7 @@
 	retval = verify_area(VERIFY_WRITE, buffer, bufsiz);
 	if (retval)
 		goto out;
-	retval = namei(NAM_FOLLOW_LINK, path, &inode);
+	retval = namei(path, &inode);
 	if (retval)
 		goto out;
 	retval = -ENOSYS;
@@ -376,7 +376,7 @@
 	struct file_operations *fops;
 	int retval;
 
-	retval = namei(NAM_FOLLOW_LINK, name, &inode);
+	retval = namei(name, &inode);
 	if (retval)
 		return retval;
 	if (!S_ISBLK(inode->i_mode)) {
@@ -876,6 +876,9 @@
 	return -EOPNOTSUPP;
 }
 
+/* Dummy functions for now */
+#define wrfpcr(x)	do { } while (0)
+#define rdfpcr()	0
 
 asmlinkage unsigned long osf_setsysinfo(unsigned long op, void *buffer,
 					unsigned long nbytes,

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