[PATCH] unresolved symbols in ext2.o (2.4.0-test12)

2000-12-12 Thread raubitsj
Below is a patch i need to fix two unresolved symbols when ext2 was compiled as a module. -jeff --- linux-2.4.0-test12/kernel/ksyms.c Tue Dec 12 11:19:17 2000 +++ linux/kernel/ksyms.cTue Dec 12 11:18:57 2000 @@ -252,6 +252,8 @@ EXPORT_SYMBOL(lock_may_read);

[PATCH] unresolved symbols in ext2.o (2.4.0-test12)

2000-12-12 Thread raubitsj
Below is a patch i need to fix two unresolved symbols when ext2 was compiled as a module. -jeff --- linux-2.4.0-test12/kernel/ksyms.c Tue Dec 12 11:19:17 2000 +++ linux/kernel/ksyms.cTue Dec 12 11:18:57 2000 @@ -252,6 +252,8 @@ EXPORT_SYMBOL(lock_may_read);

[PATCH] fix 'rmmod sd_mod' with no scsi disks (test9-2 and 2.2.17)

2000-09-18 Thread raubitsj
I have seen this problem for a long time now (and it has been reported on this list before-months ago). My TODO list of bugs to investigate has grown too large so I needed to get this one off my list. the offending code is: "linux/drivers/scsi/sd.c" 1353/1393 (test9-2) > for (i = 0; i <=

[PATCH] fix 'rmmod sd_mod' with no scsi disks (test9-2 and 2.2.17)

2000-09-18 Thread raubitsj
I have seen this problem for a long time now (and it has been reported on this list before-months ago). My TODO list of bugs to investigate has grown too large so I needed to get this one off my list. the offending code is: "linux/drivers/scsi/sd.c" 1353/1393 (test9-2) for (i = 0; i =