> -----Original Message----- > From: Prasad B Munirathnam [mailto:prasad.munirathnam@xxxxxxxxxxxxx] > Sent: Tuesday, December 12, 2017 11:40 AM > To: Prasad Munirathnam <Prasad.Munirathnam@xxxxxxxxxxxxx>; Dave > Carroll <david.carroll@xxxxxxxxxxxxx>; Raghava Aditya Renukunta > <RaghavaAditya.Renukunta@xxxxxxxxxxxxx>; > martin.petersen@xxxxxxxxxx; james.bottomley@xxxxxxxxxxxxxxxxxxxxx > Cc: linux-scsi@xxxxxxxxxxxxxxx > Subject: [PATCH] scsi: aacraid: fix io drop during the reset > > "FIB_CONTEXT_FLAG_TIMEDOUT" flag is set in aac_eh_abort to > indicate command timeout, using the same flag in reset handler > causes the command to timeout and the IO's were droped. > > defined a new flag "FIB_CONTEXT_FLAG_EH_RESET" to make sure IO > is properly handled in eh_reset handler. > > Signed-off-by: Prasad B Munirathnam > <prasad.munirathnam@xxxxxxxxxxxxx> > --- Reviewed-by :Raghava Aditya Renukunta <RaghavaAditya.Renukunta@xxxxxxxxxxxxx>