On Sat, 2020-12-19 at 15:40 +0900, Kiwoong Kim wrote: > I found one case as follows and the current flush > location doesn't guarantee disabling BKOPS in the > case of requsting device power off. > 1) The exceptional event handler is queued. > 2) ufs suspend starts with a request of device power off > 3) BKOPS is disabled in ufs suspend > 4) The queued work for the handler is done and BKOPS > is enabled again. > > Signed-off-by: Kiwoong Kim <kwmad.kim@xxxxxxxxxxx> Reviewed-by: Stanley Chu <stanley.chu@xxxxxxxxxxxx>