The shost list lock, sdebug_host_list_lock, is a spinlock. We would onlyAcked-by: Douglas Gilbert <dgilbert@xxxxxxxxxxxx
lock in non-atomic context in this driver, so use a mutex instead, which
is friendlier if we need to schedule when iterating.
Signed-off-by: John Garry <john.g.garry@xxxxxxxxxx>