lkml.org 
[lkml]   [1998]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject2.1.88 fixes
Date

Here are a couple of fixes I needed for 2.1.88. I'll also send along a patch
for a missing symbol in SMP sr_mod when I get a chance.

--
Matthew Harrell Another Month's End:
Simulation Technology Division, SAIC All Targets Met
mharrell@std.saic.com All Systems Working
All Customers Satisfied
All Staff Enthusiastic
All Pigs Fed And Ready To Fly
diff -urN linux/drivers/scsi/sr.c-ori linux/drivers/scsi/sr.c
--- linux/drivers/scsi/sr.c-ori Sat Feb 21 11:28:03 1998
+++ linux/drivers/scsi/sr.c Sat Feb 21 11:30:04 1998
@@ -483,7 +483,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;
}
diff -urN linux/kernel/ksyms.c-ori linux/kernel/ksyms.c
--- linux/kernel/ksyms.c-ori Sat Feb 21 19:20:23 1998
+++ linux/kernel/ksyms.c Sat Feb 21 14:48:10 1998
@@ -209,6 +209,10 @@
EXPORT_SYMBOL(find_inode_number);
EXPORT_SYMBOL(is_subdir);

+#ifdef CONFIG_AUTOFS_FS_MODULE
+EXPORT_SYMBOL(locks_remove_flock);
+#endif
+
#if !defined(CONFIG_NFSD) && defined(CONFIG_NFSD_MODULE)
EXPORT_SYMBOL(do_nfsservctl);
#endif
\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.052 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site