Re: [PATCH] ieee1394: sbp2: fix rescan-scsi-bus

2008-02-17 Thread Stefan Richter
>> On Sun, 2008-02-17 at 14:57 +0100, Stefan Richter wrote: >>> rescan-scsi-bus used to add SBP-2 targets which weren't there. PS: It probably wasn't clear: rescan-scsi-bus.sh is *not* necessary for sbp2 (under Linux 2.6, that is). The patch merely prevents weird things from happening if the us

Re: [PATCH] ieee1394: sbp2: fix rescan-scsi-bus

2008-02-17 Thread Stefan Richter
James Bottomley wrote: > On Sun, 2008-02-17 at 14:57 +0100, Stefan Richter wrote: >> rescan-scsi-bus used to add SBP-2 targets which weren't there. ... >> +++ linux/drivers/ieee1394/sbp2.c >> @@ -1974,6 +1974,9 @@ static int sbp2scsi_slave_alloc(struct s >> { >> struct sbp2_lu *lu = (struct s

Re: [PATCH] ieee1394: sbp2: fix rescan-scsi-bus

2008-02-17 Thread James Bottomley
On Sun, 2008-02-17 at 14:57 +0100, Stefan Richter wrote: > rescan-scsi-bus used to add SBP-2 targets which weren't there. > > Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> > --- > drivers/ieee1394/sbp2.c |3 +++ > 1 file changed, 3 insertions(+) > > Index: linux/drivers/ieee1394/sbp2.c

[PATCH] ieee1394: sbp2: fix rescan-scsi-bus

2008-02-17 Thread Stefan Richter
rescan-scsi-bus used to add SBP-2 targets which weren't there. Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/ieee1394/sbp2.c |3 +++ 1 file changed, 3 insertions(+) Index: linux/drivers/ieee1394/sbp2.c === --- li