2001-12-17 22:17:56

by James Simmons

[permalink] [raw]
Subject: [PATCH] block_ioctl EXPORT


Another missed exported function when the IDE layer is completely compiled
modular.

.-. .-.
oo| Give Microsoft The Bird!!!! oo|
/`'\ Use Linux!!! /`'\
(_;/) (_;/)
-----------------------------------------------------

--- /usr/src/linux-2.5.1/drivers/block/block_ioctl.c Mon Dec 17 11:16:56 2001
+++ linux/drivers/block/block_ioctl.c Mon Dec 17 15:05:42 2001
@@ -81,3 +81,5 @@
#endif
return err;
}
+
+EXPORT_SYMBOL(block_ioctl);


2001-12-18 17:12:00

by James Simmons

[permalink] [raw]
Subject: Re: [PATCH] block_ioctl EXPORT


> > Another missed exported function when the IDE layer is completely compiled
> > modular.
>
> Fix already with Linus for 2.5.2-pre1 -- please send these bio/block
> things through me as not to cause merge conflicts, thanks.

No problem.