While compiling a KDB kernel with the KDB modules built into the kernel, I
am receiving errors in kdbm_pg.c. I have traced this down
and kdbm_pg.c is expecting page->list to be part of the page structure. In
the 2.6.5 kernel it does exist, but the latest prepatch 2.6.6-rc1
removes this from the page struct.
Is their a 2.6.6-rc1 kdb patch available, or are they only released when
2.6.6 goes official? Thanks!
diff -Nru a/include/linux/mm.h b/include/linux/mm.h
--- a/include/linux/mm.h Wed Apr 14 18:36:06 2004
+++ b/include/linux/mm.h Wed Apr 14 18:36:06 2004
@@ -180,9 +180,8 @@
page_flags_t flags; /* atomic flags, some possibly
updated asynchronously */
atomic_t count; /* Usage count, see below. */
- struct list_head list; /* ->mapping has some page lists.
*/
Regards,
Kevin Stansell
Software Engineer
NOS Technology
919-543-1314 t/l: 441-1314
Email: [EMAIL PROTECTED]
---------------------------
Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.