Re: (Short?) merge window reminder

2011-05-26 Thread Boaz Harrosh
On 05/23/2011 11:52 PM, Alexey Zaytsev wrote: > On Tue, May 24, 2011 at 00:33, Linus Torvalds > wrote: >> On Mon, May 23, 2011 at 12:20 PM, Ingo Molnar wrote: >>> >>> I really hope there's also a voice that tells you to wait until .42 before >>> cutting 3.0.0! :-) >> >> So I'm toying with 3.0 (an

Re: [osd-dev] [PATCH 6/8] [SCSI] osduld: use ida_simple_get to handle id.

2011-07-23 Thread Boaz Harrosh
atter or can we return -ENOSPC instead > of -EBUSY? > Na. -ENOSPC is just fine. All the osd Application just check for "any error" not a specific one. > Signed-off-by: Jonathan Cameron Ack-by: Boaz Harrosh > --- > drivers/scsi/osd/osd_uld.c | 22 --

(Short?) merge window reminder

2011-05-25 Thread Boaz Harrosh
On 05/23/2011 11:52 PM, Alexey Zaytsev wrote: > On Tue, May 24, 2011 at 00:33, Linus Torvalds > wrote: >> On Mon, May 23, 2011 at 12:20 PM, Ingo Molnar wrote: >>> >>> I really hope there's also a voice that tells you to wait until .42 before >>> cutting 3.0.0! :-) >> >> So I'm toying with 3.0 (an

[osd-dev] [PATCH 6/8] [SCSI] osduld: use ida_simple_get to handle id.

2011-07-22 Thread Boaz Harrosh
atter or can we return -ENOSPC instead > of -EBUSY? > Na. -ENOSPC is just fine. All the osd Application just check for "any error" not a specific one. > Signed-off-by: Jonathan Cameron Ack-by: Boaz Harrosh > --- > drivers/scsi/osd/osd_uld.c | 22 --