blk_ioctl in 2.3.3-ac2

Jeff Hittman (jhittman@slip.net)
Tue, 18 May 1999 07:48:08 -0700 (PDT)


blk_ioctl is missing an EXPORT_SYMBOL in ksyms.c

--- linux/kernel/ksyms.c.old Tue May 18 07:21:31 1999
+++ linux/kernel/ksyms.c Tue May 18 07:22:06 1999
@@ -211,6 +211,7 @@
EXPORT_SYMBOL(hardsect_size);
EXPORT_SYMBOL(blk_size);
EXPORT_SYMBOL(blk_dev);
+EXPORT_SYMBOL(blk_ioctl);
EXPORT_SYMBOL(is_read_only);
EXPORT_SYMBOL(set_device_ro);
EXPORT_SYMBOL(bmap);

I'm new at this so if this is incorrect please don't toast me to bad.
It seems to work for me.

j.
-----------------------------
Jeff Hittman
jhittman@slip.net
-----------------------------

-
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/