Skip to content
  • James Bottomley's avatar
    libata: fix eh locking · c34aeebc
    James Bottomley authored
    
    
    The SCSI host eh_cmd_q should be protected by the host lock (not the
    port lock).  This probably doesn't matter that much at the moment,
    since we try to serialise the add and eh pieces, but it might matter
    in future for more convenient error handling.  Plus this switches
    libata to the standard eh pattern where you lock, remove from the cmd
    queue to a local list and unlock and then operate on the local list.
    
    Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
    Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
    c34aeebc