1. 17 Jan, 2004 5 commits
    • Mike Anderson's avatar
      [PATCH] scsi_eh_flush_done_q return status · f8c493c5
      Mike Anderson authored
      This patch fixes a bug in scsi_eh_flush_done_q when the allowed count has
      been exceeded and the command errored for a timeout. The bug is that the
      result will be left at zero and the command finished.
      
       patched-scsi-misc-2.7-andmike/drivers/scsi/scsi_error.c |   28 +++++++---------
       1 files changed, 13 insertions(+), 15 deletions(-)
      f8c493c5
    • Martin Hicks's avatar
      [PATCH] Fix error path when adding sysfs attributes · 5f85fc98
      Martin Hicks authored
      Stop adding sysfs attributes after we call scsi_remove_device()
      when we encounter an error.  Also a small whitespace cleanup
      and removing a useless "return".
      5f85fc98
    • Eric Dean Moore's avatar
      [PATCH] MPT Fusion x86-64 boot fix · a6206b72
      Eric Dean Moore authored
      a6206b72
    • James Bottomley's avatar
      aha152x PCMCIA fix · cfa9494e
      James Bottomley authored
      From: Thomas Schlichter <thomas.schlichter@web.de>
      
      the attached patch fixes a link error of the kernel module 'drivers/scsi/
      pcmcia/aha152x_cs.ko' because of two module_init() and two module_exit() 
      functions. Now the module links but I did not test it further...
      cfa9494e
    • Andrew Morton's avatar
      [PATCH] fix qla2xxx build for older gcc's · 48acea24
      Andrew Morton authored
      drivers/scsi/qla2xxx/qla_def.h:1139: warning: unnamed struct/union that defines no instances
      drivers/scsi/qla2xxx/qla_iocb.c:440: union has no member named `standard'
      
      Older gcc's don't understand anonymous unions.
      48acea24
  2. 15 Jan, 2004 15 commits
  3. 14 Jan, 2004 20 commits