Re: 2.5 ext2fs as a module

From: Erik McKee (camhanaich99@yahoo.com)
Date: Wed May 22 2002 - 22:18:56 EST


Hello!

Here goes the patch to export the missing symbol so that ext2 works as a
module...

Please Apply ;)
Erik

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.582 -> 1.583
# fs/buffer.c 1.102 -> 1.103
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/05/22 root@camhanaich.local 1.583
# buffer.c:
# This symbol appears to be needed by ext2fs as a module. All the other
functions here seem to be exported. .
# --------------------------------------------
#
diff -Nru a/fs/buffer.c b/fs/buffer.c
--- a/fs/buffer.c Wed May 22 22:01:28 2002
+++ b/fs/buffer.c Wed May 22 22:01:28 2002
@@ -847,6 +847,8 @@
         return ret;
 }
 
+EXPORT_SYMBOL(write_mapping_buffers);
+
 void mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode)
 {
         struct address_space *mapping = inode->i_mapping;

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
-
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/



This archive was generated by hypermail 2b29 : Thu May 23 2002 - 22:00:27 EST