On Thu, Oct 12 2000, Linus Torvalds wrote:
> 
> 
> On Thu, 12 Oct 2000, Torben Mathiasen wrote:
> > 
> > Attached patch should fix the oops's people have been getting
> > while using /proc/scsi.
> 
> This patch makes no sense. Why
> 
>       if (!present)
> 
> when that is obviously the wrong way around.
>

We want to make sure that all hostadapters have been unregistered 
befor we pull it out of the scsi_hosts list. We do tpnt->present--
for every hostadaper we unregister.

Prior to the new init code, we'd just do something like,

        if (tpnt->present)
                return;

I might be wrong though, it could be another bug that I've missed.

-- 
Torben Mathiasen <[EMAIL PROTECTED]>
Linux ThunderLAN maintainer 
http://tlan.kernel.dk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to