+2
−3
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAZLRK -------------------------------- Commit 5ae17501("scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run") from mainline add eh_abort_list to struct Scsi_Host which results in kabi broken. Fix it by using KABI_USE. Fixes: 5ae17501 ("scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run") Signed-off-by:Li Lingfeng <lilingfeng3@huawei.com>