* [PATCH} IDE modular patch
@ 2001-12-14 23:38 James Simmons
2001-12-15 10:15 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: James Simmons @ 2001-12-14 23:38 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
Hi!
On my system I select IDE to be completely modular. For 2.5.0-pre11 this
is broken. The following patch fixes this.
.-. .-.
oo| Give Microsoft The Bird!!!! oo|
/`'\ Use Linux!!! /`'\
(_;/) (_;/)
-----------------------------------------------------
diff -urN -X /home/jsimmons/dontdiff linux-2.5.0/drivers/ide/ide.c linux/drivers/ide/ide.c
--- linux-2.5.0/drivers/ide/ide.c Thu Dec 13 11:31:47 2001
+++ linux/drivers/ide/ide.c Fri Dec 14 16:32:50 2001
@@ -3686,6 +3686,7 @@
*/
devfs_handle_t ide_devfs_handle;
+EXPORT_SYMBOL(ide_lock);
EXPORT_SYMBOL(ide_probe);
EXPORT_SYMBOL(drive_is_flashcard);
EXPORT_SYMBOL(ide_timer_expiry);
@@ -3718,6 +3719,7 @@
EXPORT_SYMBOL(ide_end_drive_cmd);
EXPORT_SYMBOL(ide_end_request);
EXPORT_SYMBOL(__ide_end_request);
+EXPORT_SYMBOL(ide_revalidate_drive);
EXPORT_SYMBOL(ide_revalidate_disk);
EXPORT_SYMBOL(ide_cmd);
EXPORT_SYMBOL(ide_wait_cmd);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH} IDE modular patch
2001-12-14 23:38 [PATCH} IDE modular patch James Simmons
@ 2001-12-15 10:15 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2001-12-15 10:15 UTC (permalink / raw)
To: James Simmons; +Cc: Linus Torvalds, Linux Kernel Mailing List
On Fri, Dec 14 2001, James Simmons wrote:
>
> Hi!
>
> On my system I select IDE to be completely modular. For 2.5.0-pre11 this
> is broken. The following patch fixes this.
Thanks, these two were indeed missed!
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-12-15 10:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-14 23:38 [PATCH} IDE modular patch James Simmons
2001-12-15 10:15 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox