mbox series

[0/2] scsi: ufs: Block user-space access if eh-in-progress

Message ID 20211108120804.10405-1-avri.altman@wdc.com (mailing list archive)
Headers show
Series scsi: ufs: Block user-space access if eh-in-progress | expand

Message

Avri Altman Nov. 8, 2021, 12:08 p.m. UTC
If error handling is in-progress, keep things simple and do not allow
user-space access until we are operational again.

Avri Altman (2):
  scsi: ufs: Inline eh-in-progress states
  scsi: ufs: Return a bsg request immediatley if eh-in-progress

 drivers/scsi/ufs/ufshcd.c | 15 +++------------
 drivers/scsi/ufs/ufshcd.h | 26 +++++++++++++++++++++++++-
 2 files changed, 28 insertions(+), 13 deletions(-)