Re: [PATCH 0/9] scsi_data_buffer structure (in preparation for bidi)

2007-09-09 Thread FUJITA Tomonori
On Sun, 09 Sep 2007 17:09:15 +0300 Boaz Harrosh <[EMAIL PROTECTED]> wrote: > On Sun, Sep 09 2007 at 16:47 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > > On Sun, 09 Sep 2007 11:25:57 +0300 > > Boaz Harrosh <[EMAIL PROTECTED]> wrote: > > > >> On Fri, Sep 07 2007 at 0:50 +0300, FUJITA Tomonor

Re: [PATCH 0/9] scsi_data_buffer structure (in preparation for bidi)

2007-09-09 Thread Boaz Harrosh
On Sun, Sep 09 2007 at 16:47 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > On Sun, 09 Sep 2007 11:25:57 +0300 > Boaz Harrosh <[EMAIL PROTECTED]> wrote: > >> On Fri, Sep 07 2007 at 0:50 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: >>> This patchset, which I submitted before, adds a new d

Re: [PATCH 0/9] scsi_data_buffer structure (in preparation for bidi)

2007-09-09 Thread FUJITA Tomonori
On Sun, 09 Sep 2007 11:25:57 +0300 Boaz Harrosh <[EMAIL PROTECTED]> wrote: > On Fri, Sep 07 2007 at 0:50 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > > This patchset, which I submitted before, adds a new data structure, > > scsi_data_buffer, including everything for data transfer: > > > >

Re: [PATCH 0/9] scsi_data_buffer structure (in preparation for bidi)

2007-09-09 Thread Boaz Harrosh
On Fri, Sep 07 2007 at 0:50 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > This patchset, which I submitted before, adds a new data structure, > scsi_data_buffer, including everything for data transfer: > > struct scsi_data_buffer { unsigned length; int resid; short sg_count; > short __sg_c

Re: [PATCH 0/9] scsi_data_buffer structure (in preparation for bidi)

2007-09-06 Thread FUJITA Tomonori
On Fri, 7 Sep 2007 06:50:08 +0900 FUJITA Tomonori <[EMAIL PROTECTED]> wrote: > This patchset, which I submitted before, adds a new data structure, > scsi_data_buffer, including everything for data transfer: This patch is against Jens' sglist branch with the following patches: http://marc.info/?l

[PATCH 0/9] scsi_data_buffer structure (in preparation for bidi)

2007-09-06 Thread FUJITA Tomonori
This patchset, which I submitted before, adds a new data structure, scsi_data_buffer, including everything for data transfer: struct scsi_data_buffer { unsigned length; int resid; short sg_count; short __sg_count; struct scatterlist *sglist; }; One scsi_dat