[PATCH] add block/unblock to iscsi class

2005-03-28 Thread Mike Christie
The attached patch adds session block and unblock functions similar to the rport block and unblock code. The patch was built against scsi misc (but also pathces against scsi rc fixes) and this patch http://marc.theaimsgroup.com/?l=linux-scsi&m=81778109783&w=2 which adds a scsi_flush_work functi

Re: SCSI API generics (was Re: [PATCH] add block/unblock to iscsi class)

2005-02-23 Thread Mike Christie
Mike Christie wrote: Andrew Vasquez wrote: On Wed, 23 Feb 2005, Mike Christie wrote: Andrew Vasquez wrote: Speaking of which, are there any major objections to the patches proposed here: Add scsi_target_[un]block() and scsi_target_remove() generics http://marc.theaimsgroup.com/?l=linux-scsi&m=1108

Re: SCSI API generics (was Re: [PATCH] add block/unblock to iscsi class)

2005-02-23 Thread Mike Christie
Andrew Vasquez wrote: On Wed, 23 Feb 2005, Mike Christie wrote: Andrew Vasquez wrote: Speaking of which, are there any major objections to the patches proposed here: Add scsi_target_[un]block() and scsi_target_remove() generics http://marc.theaimsgroup.com/?l=linux-scsi&m=110867050306738&w=2 [RFC]

Re: SCSI API generics (was Re: [PATCH] add block/unblock to iscsi class)

2005-02-23 Thread Andrew Vasquez
On Wed, 23 Feb 2005, Mike Christie wrote: > Andrew Vasquez wrote: > > > >Speaking of which, are there any major objections to the patches > >proposed here: > > > >Add scsi_target_[un]block() and scsi_target_remove() generics > >http://marc.theaimsgroup.com/?l=linux-scsi&m=110867050306738&w=2 > > >

Re: SCSI API generics (was Re: [PATCH] add block/unblock to iscsi class)

2005-02-23 Thread Mike Christie
Andrew Vasquez wrote: On Wed, 23 Feb 2005, Mike Christie wrote: The attached patch copies the code from the fc transport class which allows a LLD to block and unblock a device. The block/unblock code is used by the iscsi-sfnet driver in replacement of a internal timer doing the same thing. I under

SCSI API generics (was Re: [PATCH] add block/unblock to iscsi class)

2005-02-23 Thread Andrew Vasquez
On Wed, 23 Feb 2005, Mike Christie wrote: > The attached patch copies the code from the fc transport > class which allows a LLD to block and unblock a device. > The block/unblock code is used by the iscsi-sfnet > driver in replacement of a internal timer doing the > same thing. > > I understand t

[PATCH] add block/unblock to iscsi class

2005-02-23 Thread Mike Christie
The attached patch copies the code from the fc transport class which allows a LLD to block and unblock a device. The block/unblock code is used by the iscsi-sfnet driver in replacement of a internal timer doing the same thing. I understand that the target code is under construction and our group as