r2149 - trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches
Andres Salomon
dilinger-guest@costa.debian.org
Fri, 07 Jan 2005 09:27:53 +0100
Author: dilinger-guest
Date: 2005-01-07 09:27:52 +0100 (Fri, 07 Jan 2005)
New Revision: 2149
Modified:
trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/fs-asfs.dpatch
Log:
one liner fix for fs-asfs for 2.6.10
Modified: trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/fs-asfs.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/fs-asfs.dpatch 2005-01-07 07:50:35 UTC (rev 2148)
+++ trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/fs-asfs.dpatch 2005-01-07 08:27:52 UTC (rev 2149)
@@ -2353,7 +2353,7 @@
+
+static struct inode_operations asfs_symlink_inode_operations = {
+ .readlink = page_readlink,
-+ .follow_link = page_follow_link,
++ .follow_link = page_follow_link_light,
+#ifdef CONFIG_ASFS_RW
+/* .setattr = asfs_notify_change,*/
+#endif