[kernel] r13376 - in dists/trunk/linux-2.6/debian/patches: bugfix/all series

Martin Michlmayr tbm at alioth.debian.org
Wed Apr 8 21:28:03 UTC 2009


Author: tbm
Date: Wed Apr  8 21:28:01 2009
New Revision: 13376

Log:
compile fix

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/all/fix-befs-super-compilation.patch
Modified:
   dists/trunk/linux-2.6/debian/patches/series/base

Added: dists/trunk/linux-2.6/debian/patches/bugfix/all/fix-befs-super-compilation.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/all/fix-befs-super-compilation.patch	Wed Apr  8 21:28:01 2009	(r13376)
@@ -0,0 +1,26 @@
+Fix this build error on parisc:
+fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared
+
+Signed-off-by: Alexander Beregalov <a.beregalov at gmail.com>
+---
+
+ fs/befs/super.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/fs/befs/super.c b/fs/befs/super.c
+index 41f2b4d..ca40f82 100644
+--- a/fs/befs/super.c
++++ b/fs/befs/super.c
+@@ -8,6 +8,7 @@
+  */
+
+ #include <linux/fs.h>
++#include <asm/page.h> /* for PAGE_SIZE */
+
+ #include "befs.h"
+ #include "super.h"
+--
+To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
+the body of a message to majordomo at vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
+Please read the FAQ at  http://www.tux.org/lkml/

Modified: dists/trunk/linux-2.6/debian/patches/series/base
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/base	Wed Apr  8 17:53:45 2009	(r13375)
+++ dists/trunk/linux-2.6/debian/patches/series/base	Wed Apr  8 21:28:01 2009	(r13376)
@@ -24,3 +24,4 @@
 #+ features/sparc/video-sunxvr500-intergraph.patch
 + features/arm/allow-alternative-copy-user.patch
 + features/arm/alternative-copy-user.patch
++ bugfix/all/fix-befs-super-compilation.patch



More information about the Kernel-svn-changes mailing list