[0/2] scsi: Some minor scan improvements

Message ID 20221121121725.1910795-1-john.g.garry@oracle.com
Headers
Series scsi: Some minor scan improvements |

Message

John Garry Nov. 21, 2022, 12:17 p.m. UTC
  The __scsi_add_device() change is from another series which I sent a while
ago.

The new change in do_scsi_scan_host() could be combined into the
__scsi_add_device() change if I have anothter RB tag (hint, hint).

John Garry (2):
  scsi: core: Use SCSI_SCAN_RESCAN in  __scsi_add_device()
  scsi: core: Use SCSI_SCAN_INITIAL in do_scsi_scan_host()

 drivers/scsi/scsi_scan.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
  

Comments

Martin K. Petersen Nov. 26, 2022, 2:39 a.m. UTC | #1
John,

> The __scsi_add_device() change is from another series which I sent a while
> ago.
>
> The new change in do_scsi_scan_host() could be combined into the
> __scsi_add_device() change if I have anothter RB tag (hint, hint).

Applied to 6.2/scsi-staging, thanks!
  
Martin K. Petersen Dec. 1, 2022, 3:45 a.m. UTC | #2
On Mon, 21 Nov 2022 12:17:23 +0000, John Garry wrote:

> The __scsi_add_device() change is from another series which I sent a while
> ago.
> 
> The new change in do_scsi_scan_host() could be combined into the
> __scsi_add_device() change if I have anothter RB tag (hint, hint).
> 
> John Garry (2):
>   scsi: core: Use SCSI_SCAN_RESCAN in  __scsi_add_device()
>   scsi: core: Use SCSI_SCAN_INITIAL in do_scsi_scan_host()
> 
> [...]

Applied to 6.2/scsi-queue, thanks!

[1/2] scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()
      https://git.kernel.org/mkp/scsi/c/35bd6f9fd33b
[2/2] scsi: core: Use SCSI_SCAN_INITIAL in do_scsi_scan_host()
      https://git.kernel.org/mkp/scsi/c/425b27a04dd8