r2239 - trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches

Norbert Tretkowski nobse@costa.debian.org
Sun, 09 Jan 2005 21:42:00 +0100


Author: nobse
Date: 2005-01-09 21:42:00 +0100 (Sun, 09 Jan 2005)
New Revision: 2239

Modified:
   trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/fix-alpha-ext3-oops.dpatch
Log:
updated patch, it's only relevant on alpha, thanks hch


Modified: trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/fix-alpha-ext3-oops.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/fix-alpha-ext3-oops.dpatch	2005-01-09 20:41:02 UTC (rev 2238)
+++ trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/fix-alpha-ext3-oops.dpatch	2005-01-09 20:42:00 UTC (rev 2239)
@@ -1,13 +1,13 @@
---- a/fs/ext3/super.c	2004-08-14 07:37:41.000000000 +0200
-+++ b/fs/ext3/super.c	2005-01-06 13:39:39.000000000 +0100
+--- kernel-source-2.6.8-2.6.8/fs/ext3/super.c~	2004-08-14 07:37:41.000000000 +0200
++++ kernel-source-2.6.8-2.6.8/fs/ext3/super.c	2005-01-09 21:44:51.449409783 +0100
 @@ -2337,6 +2337,10 @@
  static int __init init_ext3_fs(void)
  {
  	int err = init_ext3_xattr();
-+	
-+	/* fix for oops */
-+	printk(KERN_ERR "[%d] init_ext3_fs(), err = %d\n", __LINE__, err);
-+	
++	/* ugly hack to work around compiler bug */
++#ifdef __alpha__
++	printk(KERN_DEBUG "[%d] init_ext3_fs(), err = %d\n", __LINE__, err);
++#endif
  	if (err)
  		return err;
  	err = init_inodecache();