Re: [patch] Real-Time Preemption, -RT-2.6.12-rc2-V0.7.44-00
From: K.R. Foley (kr_at_cybsft.com)
Date: 04/10/05
- Previous message: Erik Meitner: "Re: [patch] inotify for 2.6.11"
- In reply to: Ingo Molnar: "[patch] Real-Time Preemption, -RT-2.6.12-rc2-V0.7.44-00"
- Next in thread: Ingo Molnar: "Re: [patch] Real-Time Preemption, -RT-2.6.12-rc2-V0.7.44-00"
- Reply: Ingo Molnar: "Re: [patch] Real-Time Preemption, -RT-2.6.12-rc2-V0.7.44-00"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 10 Apr 2005 12:23:13 -0500 To: Ingo Molnar <mingo@elte.hu>
Ingo,
It would seem that in the latest patch RT-V0.7.45-00 we have reverted
back to removing the define of jbd_debug which the attached patch
(against one of the 2.6.11 versions) fixed.
--
kr
--- linux-2.6.11/include/linux/jbd.h.orig 2005-03-16 09:18:51.000000000 -0600
+++ linux-2.6.11/include/linux/jbd.h 2005-03-16 09:19:24.000000000 -0600
@@ -65,6 +65,7 @@ extern int journal_enable_debug;
} \
} while (0)
#else
+#define jbd_debug(f, a...) /**/
#endif
extern void * __jbd_kmalloc (const char *where, size_t size, int flags, int retry);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Erik Meitner: "Re: [patch] inotify for 2.6.11"
- In reply to: Ingo Molnar: "[patch] Real-Time Preemption, -RT-2.6.12-rc2-V0.7.44-00"
- Next in thread: Ingo Molnar: "Re: [patch] Real-Time Preemption, -RT-2.6.12-rc2-V0.7.44-00"
- Reply: Ingo Molnar: "Re: [patch] Real-Time Preemption, -RT-2.6.12-rc2-V0.7.44-00"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|