LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Patch for ext3 and lvs

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Patch for ext3 and lvs
From: Hervé Guehl <guehlh@xxxxxxxxxxxx>
Date: 06 Nov 2001 09:58:27 +0100
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é

Attachment: buffer.patch
Description: Text document

<Prev in Thread] Current Thread [Next in Thread>