hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7QFJD?from=project-issue CVE: NA
--------------------------------
Fix kabi breakage in struct elevator_type.
Signed-off-by: Lei Chen lei.chen@smartx.com --- include/linux/elevator.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/linux/elevator.h b/include/linux/elevator.h index 663ce1780c5d..f5dbcf46e08b 100644 --- a/include/linux/elevator.h +++ b/include/linux/elevator.h @@ -167,7 +167,11 @@ struct elevator_type char icq_cache_name[ELV_NAME_MAX + 6]; /* elvname + "_io_cq" */ struct list_head list;
+#ifndef __GENKSYMS__ + unsigned int elevator_features; +#else KABI_RESERVE(1) +#endif KABI_RESERVE(2) KABI_RESERVE(3) KABI_RESERVE(4)