On Sat, May 26, 2007 at 07:15:43PM -0500, James Bottomley wrote:
> Actually, it's a thinko on my part ... I thought late_initcall() and
> module_init() are the same level, and hence this would be link order
> dependent.  Actually that's only true in the modular case, so the patch
> is fine ... I'll put it in.

I disagree that Grant's patch is fine.  Consider:

 - CONFIG_SCSI=y
 - CONFIG_SCSI_SYM2=y
 - CONFIG_SCSI_QLA2XYZ=m

You want the root disc on your sym2 to be found, so you need
SCSI_WAIT_SCAN=y, but you also want to know when qla2xyz has finished
scanning the fabric, so you need SCSI_WAIT_SCAN=m.  My patch doesn't
have this problem.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to