diff options
author | Kiwoong Kim <[email protected]> | 2020-12-19 15:40:39 +0900 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-01-05 22:26:15 -0500 |
commit | 6948a96a0d69b7e8203758f44849ce4ab06ff788 (patch) | |
tree | 1eaee0a0e65b33a6f59fe33be13a873ff5279910 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 21acf4601cc63cf564c6fc1a74d81b191313c929 (diff) |
scsi: ufs: Relocate flush of exceptional event
The current flush location does not guarantee disabling BKOPS for the case
of requesting 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 re-enabled
Relocate the flush statement to ensure BKOPS remain disabled.
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Can Guo <[email protected]>
Reviewed-by: Stanley Chu <[email protected]>
Signed-off-by: Kiwoong Kim <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions