mbox series

[v3,0/5] scsi: libsas: some code cleanups and bug fixes

Message ID 20180925025654.44053-1-yanaijie@huawei.com (mailing list archive)
Headers show
Series scsi: libsas: some code cleanups and bug fixes | expand

Message

Jason Yan Sept. 25, 2018, 2:56 a.m. UTC
I split some code cleanups and bug fixes patches from my earlier series:
https://lkml.org/lkml/2018/5/28/2154

These patches are separate to the subject of the earlier series and are just
small fixes. Hope it is much easier to review and test.

v2: fix some typos and add reviewed-by tags.
v3: change the wording suggested by Christoph Hellwig.

Jason Yan (5):
  scsi: libsas: delete dead code in scsi_transport_sas.c
  scsi: libsas: make the lldd_port_deformed method optional
  scsi: libsas: always unregister the old device if going to discover
    new
  scsi: libsas: check the ata device status by ata_dev_enabled()
  scsi: libsas: fix a race condition when smp task timeout

 drivers/scsi/hisi_sas/hisi_sas_main.c |  9 ++-------
 drivers/scsi/libsas/sas_ata.c         |  2 +-
 drivers/scsi/libsas/sas_discover.c    |  2 +-
 drivers/scsi/libsas/sas_expander.c    | 22 +++++++++-------------
 drivers/scsi/scsi_transport_sas.c     |  2 --
 5 files changed, 13 insertions(+), 24 deletions(-)

Comments

Martin K. Petersen Sept. 26, 2018, 1:20 a.m. UTC | #1
Jason,

> I split some code cleanups and bug fixes patches from my earlier series:
> https://lkml.org/lkml/2018/5/28/2154

Applied to 4.20/scsi-queue, thank you!