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
Subjectkernel 2.3.3 needs to export 'blk_ioctl'
The 'floppy' block device driver breaks when compiled as a module
in kernel 2.3.3 since the kernel doesn't export 'blk_ioctl'.
I'm sure other block drivers are affected too.

/Mikael

--- linux-2.3.3/kernel/ksyms.c.~1~ Mon May 17 19:05:20 1999
+++ linux-2.3.3/kernel/ksyms.c Mon May 17 20:59:45 1999
@@ -203,6 +203,7 @@
EXPORT_SYMBOL(tty_std_termios);

/* block device driver support */
+EXPORT_SYMBOL(blk_ioctl);
EXPORT_SYMBOL(block_read);
EXPORT_SYMBOL(block_write);
EXPORT_SYMBOL(block_fsync);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

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