Re: [PATCH] Fix scsi_unblock_requests()

2001-04-10 Thread Justin T. Gibbs
>> In its current implementation, scsi_unblock_requests() simply >> clears host_self_blocked in the SCSI host struct. This means >> that either a transaction must complete or a new transaction > >Suppose the queue is unblocked from inside the functions called to process >the request. In that situ

Re: [PATCH] Fix scsi_unblock_requests()

2001-04-10 Thread Alan Cox
> In its current implementation, scsi_unblock_requests() simply > clears host_self_blocked in the SCSI host struct. This means > that either a transaction must complete or a new transaction Suppose the queue is unblocked from inside the functions called to process the request. In that situation