2.1.88 fixes

Matthew Harrell (mharrell@std.saic.com)
Sat, 21 Feb 1998 15:43:40 -0500 (EST)


--ELM888093820-419-0_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

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

--ELM888093820-419-0_ Content-Type: text/plain; charset=KOI8-R Content-Disposition: attachment; filename=fixes-88.patch Content-Description: fixes-88.patch Content-Transfer-Encoding: 7bit

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

--ELM888093820-419-0_--

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