On Thu, Jun 30, 2022 at 02:37:31PM -0700, Bart Van Assche wrote: > scsi_forget_host() has only one caller, namely scsi_remove_host(). That > function may sleep. Additionally, scsi_forget_host() calls a function > that may sleep (__scsi_remove_device()). Simplify scsi_forget_host() by > removing support for saving and restoring the interrupt state. > > Cc: Christoph Hellwig <hch@xxxxxx> > Cc: Ming Lei <ming.lei@xxxxxxxxxx> > Cc: Hannes Reinecke <hare@xxxxxxx> > Cc: John Garry <john.garry@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming