2.1.88: compile sr.o and autofs.o

Bernd Paysan (bernd@paysan.modem.informatik.tu-muenchen.de)
Sun, 22 Feb 1998 12:44:29 +0100 (MET)


These two patches are necessary to compile sr.o (comment not terminated) and
autofs.o (needs symbol locks_remove_flock) as module.

Bernd Paysan
"Late answers are wrong answers!"
http://www.jwdt.com/~paysan/

--- linux/drivers/scsi/sr.c~ Sat Feb 21 22:32:01 1998
+++ linux/drivers/scsi/sr.c Sat Feb 21 22:53:14 1998
@@ -471,7 +471,7 @@
{
spin_unlock_irqrestore(&io_request_lock, flags);
scsi_ioctl(SDev, SCSI_IOCTL_DOORLOCK, 0);
- /* scsi_ioctl may allow CURRENT to change, so start over. *
+ /* scsi_ioctl may allow CURRENT to change, so start over. */
SDev->was_reset = 0;
continue;
}
--- linux/kernel/ksyms.c~ Sat Feb 21 12:15:16 1998
+++ linux/kernel/ksyms.c Sat Feb 21 23:13:44 1998
@@ -205,6 +205,7 @@
EXPORT_SYMBOL(shrink_dcache_parent);
EXPORT_SYMBOL(find_inode_number);
EXPORT_SYMBOL(is_subdir);
+EXPORT_SYMBOL(locks_remove_flock);

#if !defined(CONFIG_NFSD) && defined(CONFIG_NFSD_MODULE)
EXPORT_SYMBOL(do_nfsservctl);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu