Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 May 2016 20:28:39 +0000 (13:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 May 2016 20:28:39 +0000 (13:28 -0700)
commitb02b1fbdd338f70e49efa9ca9899214134526701
tree41cbafa4be3db0ee853f5a4ce3764f1eabaff6f9
parent1a695a905c18548062509178b98bc91e67510864
parent787ab6e97024926f38773287d9f98a9b330bce23
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "This is a set of four fixes noticed in the merge window.  The aacraid
  one is an optimisation, the mp3sas one fixes a spurious printk, the
  sd_check_events one fixes a theoretical race and the failed zero
  length commands fixes a bug in our completion/retry routines that has
  been causing problems in the field"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  aacraid: do not activate events on non-SRC adapters
  mpt3sas: add missing curly braces
  sd: get disk reference in sd_check_events()
  scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands