Re: [PATCH 1/1] ipr: Wait to do async scan until scsi host is initialized

2016-07-26 Thread Martin K. Petersen
> "Brian" == Brian King writes: Brian> When performing an async scan, make sure the kthread doing Brian> scanning doesn't start before the scsi host is fully initialized. Applied to 4.8/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send t

Re: [PATCH 1/1] ipr: Wait to do async scan until scsi host is initialized

2016-07-26 Thread Gabriel Krisman Bertazi
Brian King writes: > When performing an async scan, make sure the kthread doing scanning > doesn't start before the scsi host is fully initialized. > Reviewed-by: Gabriel Krisman Bertazi -- Gabriel Krisman Bertazi -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in th

[PATCH 1/1] ipr: Wait to do async scan until scsi host is initialized

2016-07-15 Thread Brian King
When performing an async scan, make sure the kthread doing scanning doesn't start before the scsi host is fully initialized. Signed-off-by: Brian King --- drivers/scsi/ipr.c |9 + drivers/scsi/ipr.h |1 + 2 files changed, 10 insertions(+) diff -puN drivers/scsi/ipr.c~ipr_async