add tux3 kernel module
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1222 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
21
sys-fs/tux3/files/tux3-TUX3_SUPER_MAGIC-1.patch
Normal file
21
sys-fs/tux3/files/tux3-TUX3_SUPER_MAGIC-1.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user