Hi,
my very small contrib for guys with problem of integration with ext3...
attached a patch for buffer.c. (for 2.4.13)
I dont know about the theorics : "where should be placed this export..."
IMHO it's place is in ksyms.. since it is used in several
subdirs..(net.. fs..)
--- fs/buffer.c.orig Tue Oct 30 11:15:43 2001
+++ fs/buffer.c Tue Oct 30 11:03:31 2001
@@ -2529,8 +2529,8 @@ busy_buffer_page:
return 0;
}
EXPORT_SYMBOL(try_to_free_buffers);
-EXPORT_SYMBOL(buffermem_pages);
-
+/* EXPORT_SYMBOL(buffermem_pages);
+*/
/* ================== Debugging =================== */
void show_buffers(void)
--------PS : I have a little problem with 2.4.14
depmod: *** Unresolved symbols in
/lib/modules/2.4.14/kernel/drivers/block/loop.o
depmod: deactivate_page
----------------
regards
Hervé
buffer.patch
Description: Text document
|