b157937aeb
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1222 6952d904-891a-0410-993b-d76249ca496b
22 lines
556 B
Diff
22 lines
556 B
Diff
Submitted By: Mario Fetka (mario dot fetka at gmail dot com)
|
|
Date: 2009-05-17
|
|
Initial Package Version: changeset cb5655728089
|
|
Origin: hirofumi
|
|
Upstream Status: accepted
|
|
Description: add missing DEFINE
|
|
|
|
diff -Naur super.c.orig super.c
|
|
--- super.c.orig 2009-05-17 20:08:53.666087715 +0000
|
|
+++ super.c 2009-05-17 21:26:12.939916308 +0000
|
|
@@ -10,6 +10,10 @@
|
|
|
|
#define trace trace_on
|
|
|
|
+#ifndef TUX3_SUPER_MAGIC
|
|
+#define TUX3_SUPER_MAGIC 0x74757833
|
|
+#endif
|
|
+
|
|
/* FIXME: this should be mount option? */
|
|
int tux3_trace;
|
|
module_param(tux3_trace, bool, 0644);
|