kernel 2.3.3 needs to export 'blk_ioctl'

Mikael Pettersson (mikpe@csd.uu.se)
Mon, 17 May 1999 21:48:01 +0200 (MET DST)


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/