lkml.org 
[lkml]   [2002]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
Subject[PATCH] [2.5.18] Re: Modules unresolved symbols
Le Sat, May 25, 2002 at 07:20:51PM -0700, Erik McKee a écrit:
> There is a missing export for the ext2 case as a mod. I posted
> a patch here recently and forwarded it to linux....perhaps it
> got lost ;)

Dunno. Here are two patches which corrects the ide and ext2 cases:


--- fs/buffer.c.old Sun May 26 12:09:38 2002
+++ fs/buffer.c Sun May 26 12:09:52 2002
@@ -835,6 +835,7 @@
out:
return ret;
}
+EXPORT_SYMBOL(write_mapping_buffers);

void mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode)
{



--- drivers/block/ll_rw_blk.c.old Sun May 26 12:20:30 2002
+++ drivers/block/ll_rw_blk.c Sun May 26 12:18:05 2002
@@ -1880,6 +1880,7 @@
EXPORT_SYMBOL(end_that_request_first);
EXPORT_SYMBOL(end_that_request_last);
EXPORT_SYMBOL(blk_init_queue);
+EXPORT_SYMBOL(blk_get_request);
EXPORT_SYMBOL(bdev_get_queue);
EXPORT_SYMBOL(blk_cleanup_queue);
EXPORT_SYMBOL(blk_queue_make_request);

Arnaud.
--
No colors anymore, I want them to turn black.
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.045 / U:1.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site