lkml.org 
[lkml]   [1999]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.3.3 block devices as modules don't work
The change in the block device code in 2.3.3 prevents you from being able
to use modular block devices. The attached patch properly exports
blk_ioctl so that it can be accessed by these modules

Jeremy

--
Jeremy Katz
http://linuxpower.org
"Earth is a beta site."
diff -u linux.vanilla/kernel/ksyms.c linux/kernel/ksyms.c
--- linux.vanilla/kernel/ksyms.c Tue May 18 12:40:50 1999
+++ linux/kernel/ksyms.c Tue May 18 12:41:11 1999
@@ -227,6 +227,7 @@
EXPORT_SYMBOL(init_buffer);
EXPORT_SYMBOL(max_sectors);
EXPORT_SYMBOL(max_readahead);
+EXPORT_SYMBOL(blk_ioctl);

/* tty routines */
EXPORT_SYMBOL(tty_hangup);
\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.982 / U:1.624 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site